From: Norman Walsh Date: Sat, 22 Sep 2001 20:03:55 +0000 (+0000) Subject: Note that xslt can't handle complex dependencies X-Git-Tag: release/1.79.1~6^2~6266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8818961a52a9d2aa2b338dd32245027e1c1d893f;p=docbook-dsssl Note that xslt can't handle complex dependencies --- diff --git a/website/example/build-ext.xml b/website/example/build-ext.xml index 92e580a7c..4e7c4b500 100644 --- a/website/example/build-ext.xml +++ b/website/example/build-ext.xml @@ -16,6 +16,15 @@ only be possible if you're using a processor for which the extensions have been implemented. The Website distribution includes extensions for Xalan and Saxon. + +If the source pages for your website are stored in several +files, this method will probably will not work correctly all the time. +The extension can only see if the main page has +changed, not subsidiary pages that it (logically) depends on. If you +have a complex source layout, you will probably have to use make. + + Create your webpages and your layout.xml file.