atom feed4 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: Where do I put my c...
FromSent OnAttachments
Richard SharpeApr 24, 2001 9:10 am 
Jon WillekeApr 24, 2001 10:06 am 
Juan R. MigoyaApr 24, 2001 12:20 pm 
Richard SharpeApr 25, 2001 11:28 pm 
Subject:Re: DOCBOOK-APPS: Where do I put my customization file?
From:Jon Willeke (will@intersys.com)
Date:Apr 24, 2001 10:06:46 am
List:org.oasis-open.lists.docbook-apps

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?