[ 
http://jira.codehaus.org/browse/DOXIA-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukas Theussl closed DOXIA-324.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1.1

Fixed in [r781693|http://svn.apache.org/viewvc?view=rev&revision=781693]

Note that your docbook sources are not valid. Doxia requires valid simplified 
docbook input, ie there should be an <article> root element. Your files should 
look like this:

{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1//EN" 
"http://www.oasis-open.org/docbook/xml/simple/1.1/sdocbook.dtd";>

<article>

<section id="section1">
  <title>Section 1</title>
  <para>This is the first section.</para>
</section>

</article>
{code}

> Doxia generates wrong xdoc when generating book from docbook
> ------------------------------------------------------------
>
>                 Key: DOXIA-324
>                 URL: http://jira.codehaus.org/browse/DOXIA-324
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Arne Limburg
>            Assignee: Lukas Theussl
>             Fix For: 1.1.1
>
>         Attachments: AbstractXdocBookSink.patch, doxia-book-sample.zip
>
>
> When generating a book from a docbook input the output is missing the 
> starting document tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to