Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.2
-
None
-
None
-
linux
java 1.6
Description
my simple book example contains just one *.confluence file and one chapter.
When rendering doc-book or xhtml the generation of the xml just seems to stop at the end of the confluence source without closing all the elements opened before:
<book> <bookinfo> <title>UI Toolkit Documentation</title> </bookinfo> <chapter> <title>Introduction and Overview</title> <section> <title>Typographic conventions</title> </section> .... <para>While these seem quite some steps to achieve such a rather simple task (edit a string property of some article), most of this happens behind the scenes. You, as a UI developer, only have to bind the text field to the right model Bean and property, and everything else is taken care of. </para> <-- The document just ends here!!!
attached as docbook-test.tar.bz2 is a demo project
Attachments
Attachments
Issue Links
- relates to
-
DOXIA-382 Sink cannot be reused after parsing with ConfluenceParser
- Closed