Subject: [xsl] grouping problem From: "Siddhi Thakkar" <siddhi.thakkar@xxxxxxxxxxxxxx> Date: Mon, 5 Apr 2010 17:12:08 +0530 |
Dear Patrick, Here is a solution of the problem you posted:
<!-- copying element names and the text inside them --> <xsl:template match="rechtliche-begruendung|ueberschrift"> <xsl:copy> <xsl:apply-templates/> </xsl:copy> </xsl:template>
Hi,=20 =20 I'm using XSLT 2.0 and Saxon 9.=20 =20 I've got the following structure: =20 <rechtliche-begruendung> <ueberschrift>Gr=C3=BCnde:</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>
<rechtliche-begruendung> <ueberschrift>Gr=C3=BCnde:</ueberschrift> <absatz>I.</absatz> <randziffer> <rz-zaehlung>1</rz-zaehlung> <absatz>blabla</absatz> </randziffer> =20 <randziffer> <rz-zaehlung>2</rz-zaehlung> <absatz>blabla</absatz> </randziffer> <absatz>I.</absatz> <randziffer> =20 <rz-zaehlung>3</rz-zaehlung> <absatz>blabla</absatz> <absatz>blabla</absatz> </randziffer> <randziffer> =20 <rz-zaehlung>4</rz-zaehlung> <absatz>blabla</absatz> </randziffer> <absatz>II.</absatz> <randziffer> =20 <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=20 contain roman numbers...
Patrick Szabo XSLT-Entwickler=20
Tel.: +43 (1) 534 52 - 1573=20 Fax: +43 (1) 534 52 - 146=20
LexisNexis Verlag ARD Orac GmbH & Co KG Marxergasse 25, 1030 Wien FN 8333f, Handelsgericht Wien http://www.lexisnexis.at/ =20
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] grouping problem, Michael Ludwig | Thread | [xsl] Grouping problem, Joel Dubien |
[xsl] I'm trying to get the last it, Siddhi Thakkar | Date | [xsl] How to check if a value is nu, Ben Stover |
Month |