Error at xsl:variable on line 3 of file:/D:/xml/test.xslt:
XPath syntax error in {exists(//link:Name)}:
net.sf.saxon.om.NamespaceException: Namespace prefix dummy has not been declared
Transformation failed: Failed to compile stylesheet. 1 error detected.
How do I have to rewrite the XSLT stylesheet to be able to find <dummy:Name>
Subject:How to identify elements with namespace prefixes in XSLT? Author:Matt Adams Date:01 Oct 2004 01:51 AM
How should I re-write the exists() statement if I want to find a <Name>
tag if the namespace prefix is needless. In other words if I want to find a <Name>
tag with an existing but unknown and important prefix?