Re: [docbook-apps] ANNOUNCE: DocBook XSL and XSL-NS 1.75.0 released

2009-05-09 Thread Michael Wiedmann

Keith Fahlgren wrote, on 08.05.2009 22:40:


Please let me know if tonight's snapshot fixes this issue (or replace
your epub/bin/lib/docbook.rb with
https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/bin/lib/docbook.rb).
I now have a regression that captures this issue (I think).


With the above version I still get the same (non-fatal) error messages 
of dbtoepub. In detail:


This is my test-file (test-entity.xml):

?xml version='1.0' encoding='ISO-8859-1'?
!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
  http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;

article
  section
titleTitle/title
paracopy;/para
  /section
/article

This the used commandline:

/home/mw/docbook-xsl/epub/bin/dbtoepub -v -d test-entity.xml

Output:
Rendering DocBook file test-entity.xml to test-entity.epub
test-entity.xml:8: parser error : Entity 'copy' not defined
paracopy;/para
^
./.collapsed.test-entity.xml:6: parser error : Entity 'copy' not defined
paracopy;/para
^
java -jar /home/mw/work/epubcheck/epubcheck-1.0.4.jar test-entity.epub
Epubcheck Version 1.0.4

No errors or warnings detected

Let me know if I can provide more information.

Michael


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook-apps] Problems with named entities and dbtoepub in 1.75.0

2009-05-09 Thread Keith Fahlgren
On Sat, May 9, 2009 at 1:48 AM, Michael Wiedmann m...@miwie.in-berlin.de 
wrote:
 This is my test-file (test-entity.xml):

 ?xml version='1.0' encoding='ISO-8859-1'?
 !DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
          http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;

 article
  section
    titleTitle/title
    paracopy;/para
  /section
 /article

Thank you for the test case. I just committed another fix  regression
to try to solve this issue flexibly. Please let me know if that
doesn't resolve it.



Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook-apps] Re: Problems with named entities and dbtoepub in 1.75.0

2009-05-09 Thread Michael Wiedmann

Keith Fahlgren wrote, on 09.05.2009 19:08:


Thank you for the test case. I just committed another fix  regression
to try to solve this issue flexibly. Please let me know if that
doesn't resolve it.


This works!
Without declared entities in the test file this version of docbook.rb 
processes the file without any complaints.


Thanks
Michael


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org