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: Re: Chunked HTML file names too long for ISO966 0


No, they aren't persistent.  The names are generated based on their position
within the current document.  Have you considered using the <?dbhtml
filename="xxxx.html"?> processing instruction?  If you place this as a child
of the element you are chunking, the stylesheets will use that over the ID.
So, you could have something like:

<chapter id="reallylongdescriptiveid">
 <?dbhtml filename="chap1.html"?>
 ...
</chapter>
<chapter id="shorter">
 ...
</chapter>

Your first chapter would be written to file "chap1.html", and the second
would be written to "shorter.html".

Jeff

-----Original Message-----
From: Steinar Bang [mailto:sb@dod.no]
Sent: Thursday, March 13, 2003 2:12 AM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: Re: Chunked HTML file names too long for ISO9660


>>>>> Norman Walsh <ndw@nwalsh.com>:

> Do you need the ID-based filenames?

Need, no.  Prefer, yes.

> Would the automatically generated names not be ok?

Are these names persistent, if sections change order in the XML
source?




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