You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Ju...@t-systems.com on 2003/12/01 17:57:46 UTC

Using nodeset

Hi,

I have a problem while using the xalan:nodeset extention. I get no value of this file:

<IntegrationKernel><header><action>synchronize.sap.dpe</action></header><body><wfmeta><sourceSystem>sap.SAPMIS</sourceSystem><destinationSystem>dpe.DPE1</destinationSystem><project>Temperature Sensor AF20</project></wfmeta></body></IntegrationKernel>

I using this stylesheet-fragment:
<xsl:message>source:<xsl:value-of select="xalan:nodeset($mergefile)//IntegrationKernel/body/wfmeta/sourceSystem"/></xsl:message>	

If I pass a XPath I get no results, if I output just xalan:nodeset($mergefile), I get the whole xml-output. Has someone an idea what I am doing wrong?

Thanks,
Juraj