xsl-list
[Top] [All Lists]

Re: Wath is the opposite of the union operator?

2005-09-22 00:07:10
Tempore 03:55:47, die 09/22/2005 AD, hinc in 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit António Mota 
<amsmota(_at_)gmail(_dot_)com>:

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)
«Error, keyboard not found— press F1 to continue» , BIOS

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--