[Home] [By Thread] [By Date] [Recent Entries]
Christian Schouten wrote:
<xsd:value-of select="$formsetschema/xsd:schema/xsd:annotation/xsd:appinfo/link:linkba seRef/@xlink:href" /> <!-- another debug line --> <xsd:apply-templates select="$formsetschema/xsd:schema/xsd:annotation/xsd:appinfo/link:linkba seRef" /> Well for XSLT you need to stick to the prefix "xsl" bound to the XSLT namespace, in above two elements you made the mistake to use the prefix "xsd" bound to the schema namespace instead, so the XSLT processor sees that as a result element, not as XSLT instructions. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



