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
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
Hi I have the following xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <root> <item> <name>john</name>
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
I could use some help. Here is an illustrative example of my XML: <items> <item> <name>Thing 1</name>
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
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).
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.
I need to be able to create nested lists from a flat tree. For example, the input might be something like this:
I want to convert a file with N sections with this format: <File> <Sections Section=\"Section1\" fieldName=\"field1\" fieldValue=\"value1\"/>