On Thu, Jun 13, 2002 at 05:52:39PM +0200, Marc Haber wrote: > <!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" >CDATA dsssl> > <!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" >CDATA dsssl>
> When I invoke > openjade -t xml -d style.dsl#html -o firstdocbook.html firstdocbook.xml > I get a truckload of "undeclared use of feature" errors for > simple-page and table. I also notice that the path to my docbook.dsl > file is nowhere mentioned in that file. Where do I have to put that > path? They are (should be) in your SGML catalogs. You just specify the public id (eg"-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN"), and the catalog resolver (in SP in this case) does the job of finding the file. The "docbook.dsl" here is just an entity name, not a path or filename. A bit confusing, but well... -- Yann Dirson <[EMAIL PROTECTED]> http://www.alcove.com/ Technical support manager Responsable de l'assistance technique Senior Free-Software Consultant Consultant senior en Logiciels Libres Debian developer ([EMAIL PROTECTED]) D�veloppeur Debian
