Subject: [xsl] recursive sub-grouping From: Robin Wyles <rob@xxxxxxxxxxxxxx> Date: Mon, 23 Aug 2004 14:50:07 +0200 |
-------------- SOURCE --------------- <?xml version="1.0"?> <video-files> <video-file> <language>English</language> <format>Real</format> <bandwidth>Low</bandwidth> </video-file> <video-file> <language>English</language> <format>Real</format> <bandwidth>High</bandwidth> </video-file> <video-file> <language>English</language> <format>QuickTime</format> <bandwidth>Low</bandwidth> </video-file> <video-file> <language>English</language> <format>QuickTime</format> <bandwidth>High</bandwidth> </video-file> <video-file> <language>French</language> <format>Real</format> <bandwidth>Low</bandwidth> </video-file> <video-file> <language>French</language> <format>Real</format> <bandwidth>High</bandwidth> </video-file> <video-file> <language>French</language> <format>QuickTime</format> <bandwidth>Low</bandwidth> </video-file> <video-file> <language>French</language> <format>QuickTime</format> <bandwidth>High</bandwidth> </video-file> </video-files> -------------------------
---------- FINAL --------- <?xml version="1.0"?> <languages> <language> <name>English</name> <formats> <format> <name>Real</name> <bandwidths> <bandwidth> <name>High</name> </bandwidth> [...] </bandwidths> </format> [...] </formats> <language> [...] </languages> -----------------------------
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Grouping hierarchy path e, Jeni Tennison | Thread | Re: [xsl] recursive sub-grouping, Mukul Gandhi |
RE: AW: [xsl] Matching two consecut, Michael Kay | Date | Re: [xsl] Grouping hierarchy path e, Jeni Tennison |
Month |