Charlie Zender <[EMAIL PROTECTED]> writes:

> XML Parsing Error: undefined entity
> Location: file:///home/zender/nco/doc/nco.xml
> Line Number 10, Column 11:Copyright &copyright; 1995-2002 Charlie
> Zender
> ----------^

Oops, a bug.  "&copy;" is known as a predefined entity -- please use
this instead of "&copyright;".

> for the former --xml version and, on loading the --docbook version, complains
>
> XML Parsing Error: syntax error
> Location: file:///home/zender/nco/doc/nco.xml
> Line Number 1, Column 55:<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
> ------------------------------------------------------^

Wondering why Mozilla isn't happy with this line; I guess it moans
because the system identifier is missing.  Anyway, since DocBook 3.1 was
never offcially releases in an XML flavor, we should probably go for:

    <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
             "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>

> So is the problem with nco.texi, makeinfo, mozilla, or me?

Will you please try to fix the generated XML files manually and report
results?

-- 
[EMAIL PROTECTED] (work) / [EMAIL PROTECTED] (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)


_______________________________________________
Help-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-texinfo

Reply via email to