Re: [xsl] xsl elements in template not being interpreted by output as-is

Subject: Re: [xsl] xsl elements in template not being interpreted by output as-is
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 31 Mar 2011 13:07:54 +0200
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/

Current Thread