[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: generate.id.attributes problem with bibliographies
Hi, I’m using ns-1.77.1 transform to single file XHTML. I’m playing with the
<xsl:param name="generate.id.attributes">,
which could be handy for my CSS work. It seems to work mostly as expected: the xml:id gets output as a div id for that chunk, typically chapters, prefaces, appendices for me.
However, with dedications and bibliographies, the xml:id gets output twice, once in the div tag for the chunk and again in the h1 title tag. This obviously causes validation issues with xhtml. (I’m not that concerned with dedications, but
bibliographies are important.) EX Source: <bibliography xml:id="biblio-XXXX"> Results in: <div class="bibliography"
id="biblio-XXXX"> <div class="titlepage"> <div> <div> <h1 class="title"
id="biblio-XXXX">Bibliography
Title</h1> Is this a bug? Most chunks handle just fine. Is there a fix for this? If it matters, I’m using xinclude to pull my chunks together. Thanks, jz Jason Zech |
Project Manager, Digital Workflow |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]