[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Adding new element to the scheme
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. -- Senior Architect XML Division Antenna House, Inc. ---- Skerries, Ireland tgraham@antenna.co.jp
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]