[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

grouping problem

Subject: grouping problem
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Fri, 2 Apr 2010 11:50:48 +0200
 grouping problem
Hi,

I'm using XSLT 2.0 and Saxon 9.

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...

Can anybody help me ?!

best regards

Patrick Szabo
 XSLT-Entwickler

Tel.: +43 (1) 534 52 - 1573
Fax: +43 (1) 534 52 - 146

Patrick.Szabo@xxxxxxxxxxxxx

LexisNexis Verlag ARD Orac GmbH & Co KG
Marxergasse 25, 1030 Wien
FN 8333f, Handelsgericht Wien
http://www.lexisnexis.at/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.