From: Bob Stayton Date: Sun, 12 Jan 2003 23:03:58 +0000 (+0000) Subject: Added para about using a processor that lacks extension X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fc11cce67531f052ba0463f1db550b625b32e51;p=docbook-dsssl Added para about using a processor that lacks extension functions. --- diff --git a/website/example/build-ext.xml b/website/example/build-ext.xml index 4af9f3374..488a8384d 100644 --- a/website/example/build-ext.xml +++ b/website/example/build-ext.xml @@ -16,6 +16,13 @@ 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. +You can still use other processors such as +xsltproc or MSXML with this method, but the file dependencies won't be +tracked. Dependency tracking means the process can avoid having to +reprocess XML files that have not changed. +So with xsltproc, all the XML files will be processed every time +it is run. + If the source pages for your website are stored in several files, this method will probably will not work correctly all the time.