Next in thread → Next in month →

Re: DOCBOOK-APPS: Trivial Jade setup question

From
Peter Eisentraut <>
Date
2001-09-05T10:15:24+00:00
ID
Thread
Re: DOCBOOK-APPS: Trivial Jade setup question
Kovacs Istvan writes:

> 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
> [...]

You need to supply the xml declaration on the command line, such as

jade -t rtf xml.dcl test.xml

The xml.dcl file is in the jade distribution.

> 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

You need to specify a style sheet (with the -d option).

-- 
Peter Eisentraut      http://funkturm.homeip.net/~peter
Next in thread → Next in month →