dleslie 01/02/21 11:54:48
Modified: c/xdocs/sources/xalan samples.xml
Log:
Corrected AddHandler settings in Location element
Revision Changes Path
1.25 +2 -2 xml-xalan/c/xdocs/sources/xalan/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/samples.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- samples.xml 2001/02/14 20:10:51 1.24
+++ samples.xml 2001/02/21 19:54:43 1.25
@@ -258,8 +258,8 @@
<li>Add a <Location> entry to httpd.conf that indicates where
xml/xsl file pairs are to be found, and what target file extensions
to recognize. We suggest the following:<br/><br/>
<code><Location /xslt></code><br/>
- <code>AddHandler .html</code><br/>
- <code>AddHandler .txt</code><br/>
+ <code>AddHandler mod_xslt .html</code><br/>
+ <code>AddHandler mod_xslt .txt</code><br/>
<code></Location></code><br/><br/>
This <Location> element instructs the module to respond to
requests for <ref>xxx</ref>.html and <ref>xxx</ref>.txt files in the
in the xslt subdirectory (under the document root; see next item) by
applying the <ref>xxx</ref>.xsl stylesheet to <ref>xxx</ref>.xml