You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by dl...@apache.org on 2001/02/21 20:53:41 UTC

cvs commit: xml-site/targets/xalan-c samples.html

dleslie     01/02/21 11:53:40

  Modified:    targets/xalan-c samples.html
  Log:
  Corrected AddHandler settings in Location element
  
  Revision  Changes    Path
  1.7       +2 -2      xml-site/targets/xalan-c/samples.html
  
  Index: samples.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/xalan-c/samples.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- samples.html	2001/02/20 21:27:52	1.6
  +++ samples.html	2001/02/21 19:53:36	1.7
  @@ -248,8 +248,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><FONT face="courier, monospaced">&lt;Location /xslt&gt;</FONT></CODE><BR>
  -    &nbsp;&nbsp;<CODE><FONT face="courier, monospaced">AddHandler .html</FONT></CODE><BR>
  -    &nbsp;&nbsp;<CODE><FONT face="courier, monospaced">AddHandler .txt</FONT></CODE><BR>
  +    &nbsp;&nbsp;<CODE><FONT face="courier, monospaced">AddHandler mod_xslt .html</FONT></CODE><BR>
  +    &nbsp;&nbsp;<CODE><FONT face="courier, monospaced">AddHandler mod_xslt .txt</FONT></CODE><BR>
       <CODE><FONT face="courier, monospaced">&lt;/Location&gt;</FONT></CODE><BR><BR>
       This &lt;Location&gt; element instructs the module to respond to requests for <I>xxx</I>.html and <I>xxx</I>.txt files in the 
       in the xslt subdirectory (under the document root; see next item) by applying the <I>xxx</I>.xsl stylesheet to <I>xxx</I>.xml