OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: DOCBOOK: little docbook xsl problem


hi,

I'v found what I think is a little bug in the xsl stylesheets.
The 'title' elements of 'sectX' entities seem to be concatenated
in the generated html output, i.e.

<book>
<chapter><title>Chapter</title>
<sect1><title>Sect1</title>
<sect2><title>Sect2</title>
</sect2>
</sect1>
</chapter>
</book>

results in the Title for the sect2 element to be written as
'Sect1Sect2'. This error is recursive, i.e. it gets worse when
I insert sect3 etc. nodes into the document.

Regards,	Stefan

PS: in case the problem is not related to the stylesheets, I'm
    using 4xslt to process the xml input.


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


Powered by eList eXpress LLC