You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Guoliang Cao <ca...@ispsoft.com> on 2002/03/18 17:13:07 UTC

strange problem with apply-templates.

I'm resending this to dev list because I didn't get response from user 
list. Can someone test this please? Thanks for your time.



Hi,

I'm getting this problem:

<xsl:apply-templates select="xalan:nodeset($param1)//b|b"/>

and

<xsl:apply-templates select="xalan:nodeset($param1)//b"/>
<xsl:apply-templates select="b"/>

are giving me different result. From my knowledge, this should not
happen. What am I doing wrong here?

xsl, input xml and output xml are attached.

thanks,
Guoliang Cao