[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: FW: [docbook-apps] Separate files for each table.
McKinstry, Scott A wrote:
> The solution below gives me the ERROR:
> "org.xml.sax.SAXException: Failed to create output file"
>
> Is this because I am in effect trying to write two files at the same
> time, the chapter chunk and this table file? Is there another solution?
My fault. Replace
> <xsl:with-param name="filename" select="table-{$id}.html"/>
with
<xsl:with-param name="filename" select="concat('table-', $id,
'.html')"/>
--
-----------------------------------------------------------------
Jirka Kosek
e-mail: jirka@kosek.cz
http://www.kosek.cz
S/MIME Cryptographic Signature
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]