This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]