Subject: Re: [xsl] grouping problem From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 02 Apr 2010 12:06:46 +0200 |
I've got the following structure:
<rechtliche-begruendung>
<ueberschrift>GrC<nde:</ueberschrift>
<absatz>I.</absatz>
<rz-zaehlung>1</rz-zaehlung>
<absatz>blabla</absatz>
<rz-zaehlung>2</rz-zaehlung>
<absatz>blabla</absatz>
<absatz>I.</absatz>
<rz-zaehlung>3</rz-zaehlung>
<absatz>blabla</absatz>
<absatz>blabla</absatz>
<rz-zaehlung>4</rz-zaehlung>
<absatz>blabla</absatz>
<absatz>II.</absatz>
<rz-zaehlung>5</rz-zaehlung>
<absatz>blabla</absatz>
</rechtliche-begruendung>
It should look like this after grouping:
<rechtliche-begruendung>
<ueberschrift>GrC<nde:</ueberschrift>
<absatz>I.</absatz>
<randziffer>
<rz-zaehlung>1</rz-zaehlung>
<absatz>blabla</absatz>
</randziffer> <randziffer>
<rz-zaehlung>2</rz-zaehlung>
<absatz>blabla</absatz>
</randziffer>
<absatz>I.</absatz>
<randziffer> <rz-zaehlung>3</rz-zaehlung>
<absatz>blabla</absatz>
<absatz>blabla</absatz>
</randziffer>
<randziffer> <rz-zaehlung>4</rz-zaehlung>
<absatz>blabla</absatz>
</randziffer>
<absatz>II.</absatz>
<randziffer> <rz-zaehlung>5</rz-zaehlung>
<absatz>blabla</absatz>
</randziffer>
</rechtliche-begruendung>
So a group is starting with rz-zeahlung.
The problem is that i don't want to have those <absatz> elements in the groups that contain roman numbers...
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] grouping problem, Szabo, Patrick \(LNG | Thread | AW: [xsl] grouping problem, Szabo, Patrick \(LNG |
Re: [xsl] Xpath/XSLT 2.0 & Schema Q, Luke Stedman | Date | AW: [xsl] grouping problem, Szabo, Patrick \(LNG |
Month |