OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Adding new element to the scheme


Hi Tony,

That does work. Thanks for pointing that out.

Bob Stayton
Sagehill Enterprises
bobs@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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]