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]

Re: Where do I put my customization file?


Here's one answer from the docbook-apps archive, addressing XSL:
<http://lists.oasis-open.org/archives/docbook-apps/200007/msg00146.html>

   <?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
     <xsl:include href="/util/sgml/xsl/docbook/html/docbook.xsl" />

     <!-- *jcw, 6/6/00: suppress remarks -->
     <xsl:variable name="show.comments">0</xsl:variable>

     <!-- etc. -->
   </xsl:stylesheet>

If you're using DSSSL, check the new FAQ:

<http://www.miwie.org/docbook-dsssl-faq.html>


At 07:54 AM 4/24/01 -0400, Richard Sharpe wrote:
>I want to move most of my changes out to a customization file ... :-)
>
>Where do I put that file so that it is picked up?

--
Jon Willeke, Quality Engineer
InterSystems Corp.
One Memorial Drive, Cambridge, MA 02142


------------------------------------------------------------------
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]