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] | [Elist Home]


Subject: DOCBOOK-APPS: Re: DOCBOOK: Problem: X20AC is not a function name


[replying to docbook-apps]

This issue is well discussed on the Docbook Apps archive. Actually, the
docbook-apps list is better suited to this kind of question.

To solve this problem, do the following:

Set the SGML_CATALOG_FILES environment variable to point to some file,
e.g. catalog.txt

Create the file catalog.txt with the following entries (the order is
important):

CATALOG "C:\programs\openjade-1.3\dsssl\catalog"
CATALOG "C:\tools\dtd\docbookx\ent\isoent.cat"
CATALOG "C:\tools\dtd\docbookx\docbook.cat"

Of course, change the paths to the files for your installation.

That should do the trick.

The reason for the errors is that Jade is an SGML application and your
document is an XML application. You need the relevant declarations in the
appropriate places. The errors are generated because the entities are
defined as SGML, but you are parsing them with an XML declaration.

Hope this helps

Gershon


On Thu, 18 Oct 2001, Sorin Marti wrote:

> Hi,
> Last week I downloaded docbook SGML-Version and after a few Problems it
> worked. Now I downloaded docbook xml-version and if I want to validate
> my document with the following headline:
>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
> "/home/mas/downloads/dbxml/docbookx.dtd">
>
> then Xemacs displays the following Error:
>
> cd /home/mas/arbeiten/docbook/sgml/
> nsgmls -wxml -s  onlyhl.xml
> nsgmls:/home/mas/downloads/dbxml/docbookx.dtd:74:15:W: named character
> reference
> nsgmls:/home/mas/downloads/dbxml/docbookx.dtd:74:17:E: "X20AC" is not a
> function name
> nsgmls:/home/mas/downloads/dbxml/ent/iso-amsa.ent:8:17:W: named
> character reference
> nsgmls:/home/mas/downloads/dbxml/ent/iso-amsa.ent:8:19:E: "X21B6" is not
> a function name
> :
> :
> :
> and so on. (About 200 similar Errors, only the name (e.g. X21B7) and the
> file (e.g. iso-ama.ent) changes.



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


Powered by eList eXpress LLC