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]

RE: How to customize DOCBOOK DSSSL for a Web Site


     On Thu, 15 Jun 2000, Phillipe wrote:
     > Well! Thanks for all your answers. I will try the website
     package from
     > Norman Walsh.
     some more info, the website dtd uses an old and depracated

     norman correct me
     on this )  pointer to  docbookx.dtd which should be changed
     like this before you
     use it

     <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                     "path to the docbookx.dtd either http://
     (oasis)or to local file">
     %DocBookDTD;

     please edit  the website dtd it was earlier using an
     unofficial xml dtd by
     norman but now that there is an offfcial dtd it should point to it

     and as dave has pointed out he is using it for a 200page
     website ( one of the
     excellent sitesto learn a lot of things) it should work

Dont use xt (straight), use the xt which uses Norms catalog mechanism he
wrote for Arbortextt, that solves the problem

E.g. java -classpath
/myjava/cat/catalog.jar;/myjava/cat/catalog-apps.jar;/myjava/xp.jar;/myjava/
xt.jar   -Dxml.catalog.files=/sgml/catalogx -Dxml.catalog.debug=3
com.arbortext.xsl.sax.Driver %1 /sgml/xsl/nw/website/xtwebsite.xsl op.html

Its linked from Norms site I think.

Regards, DaveP

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