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: Re: DOCBOOK-APPS: Errors from Openjade with XML Docbook


"Dave Brooks, BCS Systems" wrote:

> >LINUX:
> >openjade:./dbx412/ent/iso-lat1.ent:6:19:E: "X00E1" is not a function name
> >openjade:./dbx412/ent/iso-lat1.ent:7:19:E: "X00C1" is not a function name
> >openjade:./dbx412/ent/iso-lat1.ent:8:18:E: "X00E2" is not a function name

DSSSL stylesheets need SGML version of ISO entities, but if you use XML
version of DocBook you do not have them in catalog path. Just grab file
http://www.oasis-open.org/cover/ISOEnts.zip and unzip it somewhere.
Create new catalog file in this directory and name it, e.g. isoent.cat.
This file should contain following:

PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "isodia"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"
"isonum"
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "isopub"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "isotech"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "isolat1"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "isolat2"
PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "isogrk1"
PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "isogrk2"
PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "isogrk3"
PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "isogrk4"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN"
"isoamsa"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary
Operators//EN" "isoamsb"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN"
"isoamsc"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated
Relations//EN" "isoamsn"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN"
"isoamso"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN"
"isoamsr"
PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "isobox"
PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "isocyr1"
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "isocyr2"

Finally modify your SGML_CATALOG_FILES. You should have at least three
catalog files referenced here: catalog for Jade, catalog for ISO
entities and XML DocBook catalog. These files must be mentioned in this
particular order.

-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


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


Powered by eList eXpress LLC