muenchian-grouping
XSLT - How to use group by in this situation?
(A follow up of this thread) I now actually need to know the amount of visiters grouped by Day and then by period. I tried to apply the group-by suggested by Kirill Polishchuk, but I can only get it[详细]
2023-04-06 14:46 分类:问答XSLT Problem Using Muenchian Method of Grouping
I\'m having a very odd problem with grouping a set of nodes in a document and getting a unique list based on a set of contained values.[详细]
2023-03-13 02:18 分类:问答Transpose XML using Muenchian method - multiple groupings
I need to transpose an XML file such as this: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <products>[详细]
2023-03-04 02:46 分类:问答XSLT group by half hour
Given this XML: <root> <row> <time>08:00</time> <sales>800</sales> </row>[详细]
2023-02-11 19:54 分类:问答Use XSLT to enumerate Nodes with the same name
I have many many XML files that often contain nodes mutiple times (each time with different data). Example:[详细]
2023-01-04 00:15 分类:问答XSLT 1.0 grouping to reformat element defined by date into element defined by task
I have a tricky XSLT transformation and I\'d like your advise My xml is formatted as below: <Person>[详细]
2022-12-30 15:01 分类:问答XSLT: Display unique rows of filtered XML recordset
I\'ve got a recordset that I\'m filtering on a particular field (i.e. Manager =\"Frannklin\"). Now I\'d like to group the results of that filtered recordset based on another field (Client). I can\'t s[详细]
2022-12-29 07:56 分类:问答XSLT - Accessing Key's by index - For example, in Muenchian Grouping
<listings> <property rln=\"r317080\" firm=\"f102\" agent=\"a2140\"> <street>2638 Maple Avenue</street>[详细]
2022-12-13 17:35 分类:问答Muenchian Grouping - group within a node, not within the entire document
I\'m trying to use Muenchian grouping in my XSLT to group matching nodes, but I only want to group within a parent node, not across the entire source XML document.[详细]
2022-12-11 14:06 分类:问答