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: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 18 Jun 2012 14:30:13 +0100
On 18 June 2012 13:59, Flanders, Charles E (US SSA)
<charles.flanders@xxxxxxxxxxxxxx> 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.
>

As Martin said, you will need to post a "small complete runnable
example" for people to recreate your problem.  That example should be
the smallest code possible to demonstrate the problem.  Nothing else
should be present.




--
Andrew Welch
http://andrewjwelch.com

Current Thread