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

AW: AW: compare attributes

Subject: AW: AW: compare attributes
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2009 12:55:17 +0200
AW: AW:  compare attributes
still doensB4t work :(

okay iB4m doing this:

<xsl:choose>

	<xsl:when test="every $x in current-group()/zs_absatz/listenpunkt/@ilfo
satisfies $x eq current-group()[1]/zs_absatz[1]/listenpunkt/@ilfo">
		<zs_liste ilfo="{current-group()[1]/listenpunkt[1]/@ilfo}">
			<xsl:apply-templates select="current-group()"/>
		</zs_liste>

	</xsl:when>

	<xsl:otherwise>

		<zs_liste ilfo="ungleiche ilfos">
			<xsl:apply-templates select="current-group()"/>
		</zs_liste>

	</xsl:otherwise>

</xsl:choose>

group looks as follows:

   <zs_absatz>
        <listenpunkt ilfo="x">text steht dann hier drinne
   </zs_absatz>
   <zs_absatz>
        <listenpunkt ilfo="x">text steht dann hier drinne
   </zs_absatz>
   <zs_absatz>
        <listenpunkt ilfo="x">text steht dann hier drinne
   </zs_absatz>
   <zs_absatz>
        <listenpunkt ilfo="x">text steht dann hier drinne
   </zs_absatz>
   <zs_absatz>
        <listenpunkt ilfo="x"l>text steht dann hier drinne
   </zs_absatz>
   <zs_absatz>
        <listenpunkt ilfo="x">text steht dann hier drinne
   </zs_absatz>


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/

-----UrsprC<ngliche Nachricht-----

Von: David Carlisle [mailto:davidc@xxxxxxxxx]
Gesendet: Freitag, 11. September 2009 12:06
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: AW:  compare attributes



 eq current-group()/zs_absatz[1]/

you haven't shown what the group is, but that probably needs to be

 eq zs_absatz[1]/

as on the right hand side of the eq you want a single item (eg the
first) and then you are testing thatevery other item is equal to that.
so you could use

current-group()[1]/zs_absatz[1]/

except that current-group()[1]/ is teh same as ./ which you can always
omit.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________

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.