Subject: Re: [xsl] help in xslt2 grouping From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 06 Jul 2007 14:33:54 +0200 |
I need to group in XSLT2 'elem' that have a child 'title'. The XML is:
<root> <elem><title>row1</title></elem> <elem>row2</elem> <elem><title>row3</title></elem> <elem><title>row4</title></elem> <elem>row5</elem> <elem>row6</elem> </root>
and the result:
<root> <elem> <title>row1</title> <content>row2</content> </elem> <elem> <title>row3</title> <content>row4</content> <content>row5</content> </elem> </root>
Martin Honnen http://JavaScript.FAQTs.com/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] help in xslt2 grouping, alex v. | Thread | RE: [xsl] help in xslt2 grouping, Michael Kay |
[xsl] help in xslt2 grouping, alex v. | Date | Re: [xsl] Spaces to %20, pcarey |
Month |