shannon 2002/06/19 13:56:42
Modified: src/documentation/xdocs/faq Tag: cocoon_2_0_3_branch
faq-xslt.xml
Log:
sync with head
Revision Changes Path
No revision
No revision
1.2.2.2 +24 -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.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- faq-xslt.xml 7 Jun 2002 19:45:13 -0000 1.2.2.1
+++ faq-xslt.xml 19 Jun 2002 20:56:42 -0000 1.2.2.2
@@ -71,4 +71,28 @@
</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>
+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]