OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


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>
     <title>Title</title>
     <para>&copy;</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
     <para>&copy;</para>
                 ^
./.collapsed.test-entity.xml:6: parser error : Entity 'copy' not defined
     <para>&copy;</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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]