Hi,
I want convert some documention I wrote to DocBook, but first I want
to have my environment setup correctly. So I installed all the docbook
packages and created a book.xml from the sample at
http://www.docbook.org/tdg/en/html/book.html and did some minor
changes.
This document validates properly with these commands:
$ export SGML_CATALOG_FILES=/etc/xml/catalog
$ xmllint --valid --noout --catalogs book.xml
$
But when I try to convert it to a pdf I get a lot of errors:
$ docbook2pdf book.xml
Using catalogs: /etc/sgml/xml-docbook-4.5.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /cygdrive/c/Users/Frank/Dropbox/DocBook/book.xml
jade:/usr/share/sgml/docbook/xml-dtd-4.5/ent/isogrk4.ent:42:30:E:
"1D6C2" is not a character number in the document character set
jade:/usr/share/sgml/docbook/xml-dtd-4.5/ent/isogrk4.ent:43:30:E:
"1D6C3" is not a character number in the document character set
jade:/usr/share/sgml/docbook/xml-dtd-4.5/ent/isogrk4.ent:44:30:E:
"1D6D8" is not a character number in the document character set
Those "not a character number in the document character set" lines are
shown 40 times with different 1D6xx characters.
Did I do something wrong in this very basic setup, or is there
something wrong with a docbook related package?
Regards,
Frank
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<title>Example Book</title>
<titleabbrev>Example</titleabbrev>
<bookinfo>
<legalnotice><para>
<ulink url="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC-BY-NC-SA</ulink>
</para></legalnotice>
<author><personname>
<firstname>Frank</firstname><surname>Fesevur</surname>
</personname></author>
</bookinfo>
<dedication>
<para>
This book is dedicated to you.
</para>
</dedication>
<preface>
<title>Foreword</title>
<para>
Some content is always required.
</para>
</preface>
<chapter>
<title>A Chapter</title>
<para>
Content is required in chapters too.
</para>
</chapter>
<appendix>
<title>Optional Appendix</title>
<para>
Appendixes are optional.
</para>
</appendix>
</book>
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple