This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problems installing Modular Docbook StyleSheets


I've been trying to get Jade to work with DocBook DSSSL stylesheets and
am having problems getting things installed properly.  I'm running on
Windows NT 
using Jade, version 1.6.2 of the stylesheets and the Docbook XML version
4.1.2.  I'm 
running in a bash shell, so the / and \ get mixed.

I'm following the installation instructions for the Modular Docbook
Stylesheets at http://nwalsh.com/docbook/dsssl/doc/install.html

1) I think that jade is installed properly because I am able to run:
 jade -t rtf -d jtest.dsl jtest.sgm

2) I believe that the DocBook DTD is installed correctly because I am
able to run:
nsgmls -sv test.sgm

3)My problem comes in when I try to use jade with stylesheets:
I now have set
SGML_CATALOG_FILES=c:/jade/catalog;c:/jade/docbkx412/docbook.cat;c:/jade/xml.soc;

Now when I try to run:
 jade -t rtf -d jtest.dsl jtest.sgm

I get the following output:

c:\Jade\jade.exe:jtest.dsl:1:2:E: unknown declaration type "doctype"
c:\Jade\jade.exe:jtest.sgm:25:6:E: element "memo" undefined
... (All of the elements in jtest.ssgm are undefined)
c:\Jade\jade.exe:jtest.sgm:59:1:E: no document element
c:\Jade\jade.exe:jtest.dsl:3:1:E: no document type declaration; will
parse without validation
c:\Jade\jade.exe: specification document does not have the DSSSL
architecture as a base architecture



When I try to run

jade -t rtf -d c:/jade/docbook/print/docbook.dsl test.sgm

c:\Jade\jade.exe:c:/jade/docbook/print/../catalog:50:1:E: end of entity
in comment
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:6:2:E: unknown declaration type
"element"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:8:2:E: unknown declaration type
"element"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:9:2:E: unknown declaration type
"attlist"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:13:2:E: unknown declaration
type "element"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:14:2:E: unknown declaration
type "attlist"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:17:2:E: unknown declaration
type "element"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:18:2:E: unknown declaration
type "attlist"
c:\Jade\jade.exe:c:/jade/style-sheet.dtd:41:2:E: entity end not allowed
in processing instruction
c:\Jade\jade.exe:c:/jade/docbook/print/docbook.dsl:307:0:E: DTD did not
contain element declaration for document type name
c:\Jade\jade.exe:c:/jade/docbook/print/docbook.dsl:66:0:E: notation
"DSSSL" for entity "dbl1el" undefined
... (A long list of notation "DSSSL" for entity "---" undefined)
... (A long list of element "external-specification" undefined"
... (A long list of end tag for "external-specification" omitted, but
OMITTAG NO was specified)
c:\Jade\jade.exe:c:/jade/docbook/print/docbook.dsl:409:0: specification
document does not have the DSSSL architecture as a base architecture

Thanks in advance,
Jamie Smedsmo

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]