[jira] Updated: (DOXIA-160) Book output in doc-book format is not well formed

2007-11-10 Thread Dave Syer (JIRA)

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

Dave Syer updated DOXIA-160:


Attachment: DOXIA-160.1.patch

Updated patch DOXIA-160.1.patch after SVN update - there was a conflict which 
probably explains why the old patch couldn't be applied.

 Book output in doc-book format is not well formed
 -

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

 Attachments: DOXIA-160.1.patch, DOXIA-160.patch, mylyn-context.zip, 
 mylyn-context.zip


 I tried using the output from a book in doc-book to run it through a 
 postprocesing step with docbook and found that it barfed on the source 
 generated by doxia.  Not surprising when you consider that it is not well 
 formed, e.g. it has two DOCTYPE headers in it, and no root element:
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---
   When I changed it to this it worked better
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.4//EN 
 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
 book
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---

-- 
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-160) Book output in doc-book format is not well formed

2007-11-10 Thread Dave Syer (JIRA)

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

Dave Syer updated DOXIA-160:


Attachment: mylyn-context.zip

 Book output in doc-book format is not well formed
 -

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

 Attachments: DOXIA-160.1.patch, DOXIA-160.patch, mylyn-context.zip, 
 mylyn-context.zip


 I tried using the output from a book in doc-book to run it through a 
 postprocesing step with docbook and found that it barfed on the source 
 generated by doxia.  Not surprising when you consider that it is not well 
 formed, e.g. it has two DOCTYPE headers in it, and no root element:
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---
   When I changed it to this it worked better
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.4//EN 
 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
 book
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---

-- 
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-160) Book output in doc-book format is not well formed

2007-11-09 Thread Dave Syer (JIRA)

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

Dave Syer updated DOXIA-160:


Attachment: mylyn-context.zip

 Book output in doc-book format is not well formed
 -

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

 Attachments: DOXIA-160.patch, mylyn-context.zip


 I tried using the output from a book in doc-book to run it through a 
 postprocesing step with docbook and found that it barfed on the source 
 generated by doxia.  Not surprising when you consider that it is not well 
 formed, e.g. it has two DOCTYPE headers in it, and no root element:
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---
   When I changed it to this it worked better
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.4//EN 
 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
 book
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---

-- 
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-160) Book output in doc-book format is not well formed

2007-11-09 Thread Dave Syer (JIRA)

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

Dave Syer updated DOXIA-160:


Attachment: DOXIA-160.patch

Patch (DOXIA-160.patch) attached.  Splits DocBook Book generation into a 
separate Sink in the book module, following the pattern of Xhtml.

There are some outstanding tasks for tidying up which I will raise separately 
since they might or might not be valid and/or doable. 

 Book output in doc-book format is not well formed
 -

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

 Attachments: DOXIA-160.patch, mylyn-context.zip


 I tried using the output from a book in doc-book to run it through a 
 postprocesing step with docbook and found that it barfed on the source 
 generated by doxia.  Not surprising when you consider that it is not well 
 formed, e.g. it has two DOCTYPE headers in it, and no root element:
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.1//EN
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---
   When I changed it to this it worked better
 +---
 !DOCTYPE book PUBLIC -//OASIS//DTD DocBook V4.4//EN 
 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
 book
 chaptersectionBarparaThis is bar/para
 /section
 /chapter
 chaptersectionSpamparaThis is spam/para
 /section
 /chapter
 /book
 +---

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