]> granicus.if.org Git - docbook-dsssl/commitdiff
Added para about using a processor that lacks extension
authorBob Stayton <bobs@sagehill.net>
Sun, 12 Jan 2003 23:03:58 +0000 (23:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 12 Jan 2003 23:03:58 +0000 (23:03 +0000)
functions.

website/example/build-ext.xml

index 4af9f3374957cf68aacc4dcd743407b71ce736a5..488a8384d82b4be91a36c8770f1bdd75dfa53802 100644 (file)
@@ -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.</para>
 
+<para>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.</para>
+
 <note>
 <para>If the source pages for your website are stored in several
 files, this method will probably will not work correctly all the time.