Marc Boeren wrote:
> 
> 
> Since it works now, I don't really care about the additional '"X00E1" is not
> a function name' errors, even though it would be nice to know where they
> originate (and how to get rid of 'm)

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: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to