help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to view makeinfo-generated xml?


From: Karl Eichwalder
Subject: Re: how to view makeinfo-generated xml?
Date: Sat, 07 Sep 2002 11:54:28 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i686-pc-linux-gnu)

Charlie Zender <address@hidden> 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?

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]