(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
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.
I need to transpose an XML file such as this: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <products>
Given this XML: <root> <row> <time>08:00</time> <sales>800</sales> </row>
I have many many XML files that often contain nodes mutiple times (each time with different data). Example:
I have a tricky XSLT transformation and I\'d like your advise My xml is formatted as below: <Person>
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
<listings> <property rln=\"r317080\" firm=\"f102\" agent=\"a2140\"> <street>2638 Maple Avenue</street>
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.