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: Trivial Jade setup question


Hi!

Basically, Jade complains about entity declarations as not being function
names:
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/docbookx.dtd:74:17:E: "X20AC" is not a function name

Detailed description:
I've just installed Jade (downloaded the Win32 binary distribution from
http://www.jclark.com/jade/, along with DocBook XML DTD Version 4.1.2).
I unzipped the files, modified the catalog (appended the contents of
docbook.cat to the catalog file in Jade's directory, supplying full path
for the files). The catalog now looks like:
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"
  -- ...................................................................... --
  -- Catalog data for DocBook XML V4.1.2 .................................... --
  -- File docbook.cat ..................................................... --
[...]
PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "D:\TEMP\dtd\docbookx.dtd"
PUBLIC "-//OASIS//DTD DocBook XML CALS Table Model V4.1.2//EN" "D:\TEMP\dtd\calstblx.dtd"
PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" "D:\TEMP\dtd\soextblx.dtd"
PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN" "D:\TEMP\dtd\dbpoolx.mod"
[...]
  -- ...................................................................... --
  -- ISO entity sets ...................................................... --
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "ent/iso-dia.ent"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "ent/iso-num.ent"

I ran the Jade test as described in Jade's HTML docs:
jade -t rtf demo.sgm

It ran without a warning, and produced a correct RTF file.

Then, I created a simple file:
<?xml version='1.0'>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "D:\TEMP\dtd\docbookx.dtd">
<chapter>
<title>Chapter Title</title>
<para>
Text
</para>
</chapter>

When I try to process the file, I get lots of errors:
D:\temp\jade> jade -t rtf test.xml >error 2>&1
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/docbookx.dtd:74:17:E: "X20AC" is not a function name
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/ent/iso-amsa.ent:8:19:E: "X21B6" is not a function name
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/ent/iso-amsa.ent:9:19:E: "X21B7" is not a function name
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/ent/iso-amsa.ent:10:17:E: "X21D3" is not a function name
[...]
D:\TEMP\jade\jade.exe:D:/TEMP/dtd/ent/iso-amsr.ent:22:18:E: "X22A3" is not a function name
D:\TEMP\jade\jade.exe:I: maximum number of errors (200) reached; change with -E option
D:\TEMP\jade\jade.exe:E: cannot open "test.dsl" (No such file or directory)
D:\TEMP\jade\jade.exe:E: specification document does not have the DSSSL architecture as a base architecture

This happans with all the files I have. What's wrong?

TIA,
Kofa




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


Powered by eList eXpress LLC