shannon 2002/06/19 13:16:52
Modified: src/documentation/xdocs/faq faq-xslt.xml
Log:
New FAQs related to configuring
additional XSLT processor components.
These both link to new Snippet doc.
Revision Changes Path
1.3 +25 -0 xml-cocoon2/src/documentation/xdocs/faq/faq-xslt.xml
Index: faq-xslt.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-xslt.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq-xslt.xml 3 Jun 2002 01:20:14 -0000 1.2
+++ faq-xslt.xml 19 Jun 2002 20:16:52 -0000 1.3
@@ -71,4 +71,29 @@
</answer>
</faq>
+<faq>
+ <question>
+ Can I use the same XSLT processor and still specify different processing
options for different
+pipelines?
+ </question>
+ <answer>
+ <p>For example, I found that PDF processing is faster with Xalan when I
turn incremental processing off.</p>
+ <p>
+Yes. For Cocoon version 2.0.3, check out the following <link
href="../snippet/snippet-xslt-options.html" >Cocoon snippet.</link></p>
+ </answer>
+</faq>
+
+<faq>
+ <question>
+ Can I use different XSLT processors when processing different pipelines?
+ </question>
+ <answer>
+ <p>For example, I found that PDF is faster with XSLT Xalan processor when
I turn off incremental processing.</p>
+ <p>
+Yes. For Cocoon version 2.0.3, adapt the approach discussed in the following
<link href="../snippet/snippet-xslt-options.html" >Cocoon snippet.</link></p>
+ </answer>
+</faq>
+
+
+
</faqs>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]