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

Re: Wath is the opposite of the union operator?

Subject: Re: Wath is the opposite of the union operator?
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Thu, 22 Sep 2005 09:07:10 +0200
opposite of union xsl
Tempore 03:55:47, die 09/22/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit AntC3nio Mota <amsmota@xxxxxxxxx>:

That worked well, but with one problem. I'm doing

			<xsl:apply-templates select="$x1[not(count(.|$x2)=count($x2))]"/>
			<xsl:apply-templates select="$2" mode="clicked"/>

Maybe this would work:

<xsl:for-each select="$x1|$x2">
  <xsl:apply-templates select="self::node()[not(count(.|$x2)=count($x2))]"/>
  <xsl:apply-templates select="self::node()[count(.|$x2)=count($x2)]" mode="clicked"/>
</xsl:for-each>


regards, -- Joris Gillis (http://users.telenet.be/root-jg/me.html) B+Error, keyboard not foundb press F1 to continueB; , BIOS

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.