xslt-grouping
Group and sort into muliple columns XSLT
I have a list of animals in XML. I want to group them by class and show them in tables with rows of three. I can accomplish this using XSLT 2.0 and for-each-group[详细]
2023-04-10 21:58 分类:问答Sorting node attributes and keeping structure in XSLT
I have following problem. I worked two days on a solution but I cannot find one. I have a list with uncommon level-attribute (lists are only represented with margins in GDocs) and I want to re-level[详细]
2023-03-09 04:10 分类:问答Listing elements returned by group by xslt
Hi I have the following xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <root> <item> <name>john</name>[详细]
2023-03-01 23:16 分类:问答Grouping method to maintain nested elements XSLT 2.0 - separating the excess
I\'m grouping bulleted items and embedding them as a second list of bulleted items inside some list elements.I can get the items to group, but my recursion template is selecting everything from my cur[详细]
2023-02-27 09:34 分类:问答XSLT 1.0 Grouping on values of nodes with same name at the same level but different values
I could use some help. Here is an illustrative example of my XML: <items> <item> <name>Thing 1</name>[详细]
2023-02-19 23:32 分类:问答Enhanced XSL to create nested list from flat tree problem
I asked a very similar question ([1]: XSL to create nested list from flat tree problem \"Create nested list from flat tree problem\") a while ago, but my problem has expanded slightly. Originally I di[详细]
2023-02-18 19:07 分类:问答XSLT 1.0 Grouping on multiple values on multiple levels
edited in response to comments * Hello, I am an XSLT noob and need some help.I am trying to do an filter/group combination with XSLT 1.0 (can\'t use XSLT 2.0 for this application).[详细]
2023-02-17 04:33 分类:问答Grouping elements and deleting duplicate nodes - XSLT 1.0
I have looked at Muenchian Grouping - group within a node, not within the entire document but it is not quite working for me. The Muenchian method alone does not do it either for me.[详细]
2023-02-12 14:58 分类:问答XSL to create nested list from flat tree problem
I need to be able to create nested lists from a flat tree. For example, the input might be something like this:[详细]
2023-02-03 17:43 分类:问答Merge similar data xml nodes using an attribute as key ( xsl )
I want to convert a file with N sections with this format: <File> <Sections Section=\"Section1\" fieldName=\"field1\" fieldValue=\"value1\"/>[详细]
2023-02-01 00:36 分类:问答