> >> This produces the following errors:
> >>
> f:\home\cvs-php\jade\jade.exe:/home/cvs-php/docbook.dtd/ent/iso-lat1.ent:6
> :1
> >> 9:E: "X00E1" is not a function name
> >> and a whole lot more like it, but it actually generates all html-pages,
> so
>> I'm happy!
>My CATALOG is in /usr/lib/sgml and if its missing the following you will
>get your former error messages:
> -- start dsssl 1.2.1-6 --
>PUBLIC "-//James Clark//DTD DSSSL Flow Object Tree//EN" "fot.dtd"
>PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" "dsssl.dtd"
>PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" "style-sheet.dtd"
>-- end dsssl 1.2.1-6 --
This is exactly what is in the catalog file that comes with Jade. I think
the problem is that Jade couldn't find any catalog file (hence the three -c
directives I used in my manual startup), probably because it couldn't read
or parse SGML_CATALOG_FILES correctly (this may be a windows/cygwin/unix
thing, I'm not sure).
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)
Cheerio, Marc.