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

Reply via email to