Hi Tony,

That does work.  Thanks for pointing that out.

Bob Stayton
Sagehill Enterprises
b...@sagehill.net

On 12/11/2018 11:11 AM, Tony Graham wrote:

On 11/12/2018 05:40, Bob Stayton wrote:
...
   <xsl:variable name="nodeset" select="exsl:node-set($req)"/>

   <xsl:apply-templates select="$nodeset"/>
...
Also, the nodeset approach won't work for FO output because the informaltable in the nodeset is treated as a separate document, and so the stylesheet will generate fo:root for the table within a fo:page-sequence, which is invalid in the XSL-FO processor.
I am not in a position to try it, but how does this not avoid the problem:

   <xsl:apply-templates select="$nodeset/*"/>

?

Regards,


Tony Graham.

Reply via email to