You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2007/10/02 08:43:08 UTC

[jira] Created: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Doxia Book doesn't work with xdoc source files
----------------------------------------------

                 Key: DOXIA-157
                 URL: http://jira.codehaus.org/browse/DOXIA-157
             Project: Maven Doxia
          Issue Type: Bug
          Components: Book
    Affects Versions: 1.0-alpha-9
            Reporter: Lukas Theussl
             Fix For: 1.0-beta-1


Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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

        

[jira] Commented: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Posted by "David Roussel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108995 ] 

David Roussel commented on DOXIA-157:
-------------------------------------

Lukas,

There is no mention of using an xml declaration in http://maven.apache.org/doxia/references/xdoc-format.html, and also an xml declaration is optional according to the W3C XML 1.0 Recommendation.

David

> Doxia Book doesn't work with xdoc source files
> ----------------------------------------------
>
>                 Key: DOXIA-157
>                 URL: http://jira.codehaus.org/browse/DOXIA-157
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.0-alpha-9
>            Reporter: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: gioMaven.rar
>
>
> Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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

        

[jira] Commented: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109017 ] 

Lukas Theussl commented on DOXIA-157:
-------------------------------------

You're right, the xml declaration is not absolutely necessary, but SHOULD be included always [1] :) We should update our docs, just for the sake of being pedantic. ;)

[1] http://www.w3.org/TR/2006/REC-xml-20060816/#sec-prolog-dtd

> Doxia Book doesn't work with xdoc source files
> ----------------------------------------------
>
>                 Key: DOXIA-157
>                 URL: http://jira.codehaus.org/browse/DOXIA-157
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.0-alpha-9
>            Reporter: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: gioMaven.rar
>
>
> Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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

        

[jira] Commented: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108803 ] 

Lukas Theussl commented on DOXIA-157:
-------------------------------------

Just two comments about your project:

* Your input file bindings.xml is not a valid xdoc: you need a <xml> declaration and the text "ciao ciao gio" should be inside a <p> tag (or any block level element, see http://maven.apache.org/doxia/references/xdoc-format.html )

* the generated xdocs are rubbish as well since they were produced via the docbook parser. It's just an accident, because xdoc and docbook are relatively similar formats, that the xdoc sink doesn't bomb (like the itext sink), but the result is still useless.

None of this is of any importance for the current issue though...

> Doxia Book doesn't work with xdoc source files
> ----------------------------------------------
>
>                 Key: DOXIA-157
>                 URL: http://jira.codehaus.org/browse/DOXIA-157
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.0-alpha-9
>            Reporter: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: gioMaven.rar
>
>
> Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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

        

[jira] Closed: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-157.
-------------------------------

      Assignee: Lukas Theussl
    Resolution: Fixed

> Doxia Book doesn't work with xdoc source files
> ----------------------------------------------
>
>                 Key: DOXIA-157
>                 URL: http://jira.codehaus.org/browse/DOXIA-157
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.0-alpha-9
>            Reporter: Lukas Theussl
>            Assignee: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: gioMaven.rar
>
>
> Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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

        

[jira] Updated: (DOXIA-157) Doxia Book doesn't work with xdoc source files

Posted by "Giovanni Pedone (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Giovanni Pedone updated DOXIA-157:
----------------------------------

    Attachment: gioMaven.rar

Hello,
this is the project I tried with. I could generate the xdoc only.

If need more informations I'll be gladly available to provide them :)

thank you
Giovanni



> Doxia Book doesn't work with xdoc source files
> ----------------------------------------------
>
>                 Key: DOXIA-157
>                 URL: http://jira.codehaus.org/browse/DOXIA-157
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.0-alpha-9
>            Reporter: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: gioMaven.rar
>
>
> Files with xml extension are parsed by the docbook parser. Doxia book doesn't recognize the standard Maven site structure to determine the site module.

-- 
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