From b83b761b849c08b4d144d3411068c48ee5179661 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 12 Jan 2003 23:03:58 +0000 Subject: [PATCH] Added para about using a processor that lacks extension functions. --- website/example/build-ext.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.50.1