zongaro 2003/02/06 14:14:22
Modified: java/samples/CompiledServlet Tag: XSLTC_DTM README.servlet
Log:
Added information about how to specify XSLTC TransformerFactory.
Revision Changes Path
No revision
No revision
1.2.12.2 +10 -1 xml-xalan/java/samples/CompiledServlet/README.servlet
Index: README.servlet
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/CompiledServlet/README.servlet,v
retrieving revision 1.2.12.1
retrieving revision 1.2.12.2
diff -u -r1.2.12.1 -r1.2.12.2
--- README.servlet 4 Feb 2003 16:21:25 -0000 1.2.12.1
+++ README.servlet 6 Feb 2003 22:14:21 -0000 1.2.12.2
@@ -21,7 +21,16 @@
TransformServlet.java
This file contains a minimal implementation of an XSL transformation
-servlet.
+servlet. When you deploy your servlet, make sure that the XSLTC
+TransformerFactory will be used by either setting the system property
+"javax.xml.transform.TransformerFactory" with the value
+"org.apache.xalan.xsltc.trax.TransformerFactoryImpl", or by making a
+file with the name "META-INF/services/javax.xml.transform.TransformerFactory"
+containing the single line
+
+ org.apache.xalan.xsltc.trax.TransformerFactoryImpl
+
+available on your CLASSPATH.
-----------------------------------------------------------------------
END OF README
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]