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


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

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.

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


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