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 &lt;Location&gt; 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>&lt;Location /xslt&gt;</code><br/>
  -    &nbsp;&nbsp;<code>AddHandler .html</code><br/>
  -    &nbsp;&nbsp;<code>AddHandler .txt</code><br/>
  +    &nbsp;&nbsp;<code>AddHandler mod_xslt .html</code><br/>
  +    &nbsp;&nbsp;<code>AddHandler mod_xslt .txt</code><br/>
       <code>&lt;/Location&gt;</code><br/><br/>
       This &lt;Location&gt; 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 
  
  
  

Reply via email to