OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Website update when external entity is update?


At 10:51 24/03/2002 +0100, Egon Willighagen wrote:

>Hi all,
>
>i've got this Website DTD snippet:
>
><?xml version="1.0"?>
><!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN"
>"dtd/website.dtd" [
>   <!ENTITY index SYSTEM "../../../reports/javadoc/keyword.index.xml">
>]>
><webpage id="keyword-index">
>   <config param="last-change-by" value="$Author: egonw $"/>
>   <config param="rcsdate" value="$Date: 2002/03/17 10:15:47 $"/>
>
>   <head>
>     <title>Keyword Index</title>
>     <titleabbrev>Keywords</titleabbrev>
>     <summary>A list to look up classes based on keywords.</summary>
>   </head>
>
>   &index;
>
></webpage>
>
>How do I have the website updated when only the
>../../../reports/javadoc/keyword.index.xml has been changed?

I use
java  -cp 
\myjava\saxon622.jar;\sgml\nw\docbook\website2\extensions\saxon61.jar 
com.icl.saxon.StyleSheet   -o op.html  autolayout.xml 
\sgml\nw\docbook\website3\xsl\chunk-website.xsl "saxon.extensions=1"

Which only styles those files which have been modified. By date, I think.
(Yes, I know I'm ood with the versions :-)

Regards DaveP




>regards,
>
>Egon




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC