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


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

(newbie on the loose) RE: modular stylesheets distro -- buglet?


Aargh, sorry, I was of course confusing the Docbook stylesheets with
the Docbook DTD itself. 

I changed 
    <!doctype chapter public "-//Davenport//DTD DocBook V3.0//EN">
in test.sgm to read:
    <!doctype chapter public "-//OASIS//DTD DocBook V3.1//EN">

Now 

    > jade -t rtf -d c:/usr/share/docbook-dsssl/print/docbook.dsl \
    d:/documents/test.sgm

generates test.rtf successfully, with warnings/errors such as

    jade:c:/usr/share/docbook/docbook.cat:22:0:W: DTDDECL catalog entries \
    are not supported

(expected, but is one supposed to do something to make it go away?) and lots
of 
unfound *.gml files and undefined entities:

    jade:c:/usr/share/docbook/dbcent.mod:54:0:E: cannot open \
    "c:/usr/share/docbook/iso-amsa.gml" (No such file or directory)

However,

    > /jade/jade -t sgml -d
c:/usr/share/docbook-dsssl/docbook/html/docbook.dsl \
    d:/documents/test.sgm

gets me only "Test ChapterThis is a test document." on the screen; no
c01.htm
in evidence. Edited output follows:

    > /jade/jade -t sgml -d
c:/usr/share/docbook-dsssl/docbook/html/docbook.dsl d:/documents/test.sgm
    /jade/jade:c:/usr/share/docbook/docbook.cat:22:0:W: DTDDECL catalog
entries are not supported
    /jade/jade:c:/usr/share/docbook/dbcent.mod:54:0:E: cannot open
"c:/usr/share/docbook/iso-amsa.gml" (No such file or directory)
    <snip!>
    /jade/jade:c:/usr/share/docbook/docbook.cat:22:0:W: DTDDECL catalog
entries are not supported
    /jade/jade:E: cannot open
"c:/usr/share/docbook-dsssl/docbook/html/docbook.dsl" (No such file or
directory)
    /jade/jade:E: specification document does not have the DSSSL
architecture as a base architecture
    /jade/jade:c:/usr/share/docbook/dbcent.mod:103:0:E: cannot open
"c:/usr/share/docbook/iso-cyr1.gml" (No such file or directory)
    <snip!>
    Test ChapterThis is a test document.

-- 
jean@mosaicsoftware.com                        . ... .... ///\\oo//\\\
Technical Writer 

> -----Original Message-----
> From: Jean Jordaan 
> Sent: Tuesday, March 14, 2000 9:04 AM
> To: 'docbook@lists.oasis-open.org'
> Subject: modular stylesheets distro -- buglet?
> 
> 
> From doc/install.html (in of db152.zip and db152d.zip):
> 
> > The DocBook distribution comes with a default catalog 
> called docbook.cat 
> > which is probably sufficient.
> 
> but docbook.cat isn't anywhere:
> 
> [jean@JEAN-08:58:30-#1] /usr/share/docbook
> > find . -name docbook.cat
> 
> [jean@JEAN-08:59:21-#1] /usr/share/docbook
> > 
> 
> I'm assuming that that the "catalog" file will be sufficient, but it 
> does look like a doc bug. 
> 
> -- 
> jean@mosaicsoftware.com                        . ... .... ///\\oo//\\\
> Technical Writer 
> 


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