Re: [xsl] Saxon 6.5.5 v Saxon-EE 9.3.0.5

Subject: Re: [xsl] Saxon 6.5.5 v Saxon-EE 9.3.0.5
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 18 Jun 2012 15:05:57 +0200
Flanders, Charles E (US SSA) wrote:
Can someone please explain to me why this code:

<fo:basic-link>
    <xsl:text disable-output-escaping="yes">Figure&#38;#x00A0;</xsl:text>
       <xsl:for-each select="id(@assocfig)">
          <xsl:number count="figure" format="1" from="//ginfowp | //maintwp | //thrywp | //ctrlindwp" level="any"/>
       </xsl:for-each>
</fo:basic-link>

Produces the expected result when I use Saxon 6.5.5 but produces no output when I use Saxon-EE 9.3.0.5 with Oxygen 13? Specifically the use of the id() function.

Consider to post minimal but complete samples of XML input and XSLT and expected output and current output code allowing us to reproduce the issue.



--


	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

Current Thread