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]
Other format: [Raw text]

Re: AW: Creating a website with the website.dtd


At 17:19 17/11/2002, Daniel S. Haischt wrote:
>${JAVA} -cp ${CLASSPATH} com.icl.saxon.StyleSheet \
>        -o . \
>        -x org.apache.xml.resolver.tools.ResolvingXMLReader \
>        -y org.apache.xml.resolver.tools.ResolvingXMLReader \
>        -r org.apache.xml.resolver.tools.CatalogResolver \
>        /usr/local/sgml/website/examples/layout.xml \
>        /usr/local/sgml/website/xsl/autolayout.xsl \
>        saxon.extensions=1
>----------->8-------------->8------------->8--------------
>
>do u see the parameter 'saxon.extensions=1'? that enables
>XSLT extensions.


And the catalog entry (my system, adjust as necessary), is:

<?xml version="1.0" ?> 
<catalog 
         xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
         xml:base="/sgml/">     


<nextCatalog catalog="/sgml/oasis/docbook42/docbook.cat" 
      xml:base="/sgml/oasis/docbook42/"/>            

<public publicId="-//Norman Walsh//DTD Website Full V2.2//EN"
      uri="nw/website-2.2/website-full.dtd"/>


<uri
     name="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl";
   uri ="nw/docbook-xsl-1.55.0/html/docbook.xsl"/>


 

I think that's it for website.

Adjust the /sgml root and the nw/ to your installation.

HTH davveP



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