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:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:12 AM To: [EMAIL PROTECTED] Subject: DOCBOOK-APPS: Re: Chunked HTML file names too long for ISO9660 >>>>> Norman Walsh <[EMAIL PROTECTED]>: > 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?
