dleslie 01/03/14 12:07:23
Modified: java/xdocs/sources/xalan usagepatterns.xml
Log:
Fixed typo.
Revision Changes Path
1.30 +1 -1 xml-xalan/java/xdocs/sources/xalan/usagepatterns.xml
Index: usagepatterns.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/usagepatterns.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- usagepatterns.xml 2001/02/22 21:44:56 1.29
+++ usagepatterns.xml 2001/03/14 20:07:22 1.30
@@ -364,7 +364,7 @@
<s2 title="Using &xslt4j; in a servlet">
<p>You can set up a servlet to use &xslt4j; to respond to requests for XML
documents by transforming those documents into HTML and serving them to web
browsers. To respond to HTTP GET requests, all you need to do is overwrite the
HttpServlet doGet() method with a procedure that instantiates a Transformer and
uses it to perform a transformation. As the following example shows, you can
generate a ResultStream that a PrintWriter writes to the HttpResponse
OutputStream, returning the transformation output to the web browser.</p>
<source>
-public class SampleXSLServlet extends javax.servlet.http.HttpServlet {
+public class SampleXSLTServlet extends javax.servlet.http.HttpServlet {
// Respond to HTTP GET requests from browsers.
public void doGet (javax.servlet.http.HttpServletRequest request,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]