dleslie     01/02/13 11:04:17

  Modified:    c/xdocs/sources/xalan samples.xml
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.23      +1 -1      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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- samples.xml       2001/02/13 15:55:23     1.22
  +++ samples.xml       2001/02/13 19:04:17     1.23
  @@ -253,7 +253,7 @@
       Windows: <code>LoadModule mod_xslt 
xml-xalan\c\Build\Win32\VC6\Release\ApacheModuleXSLT.dll</code><br/><br/>
       UNIX: <code>AddModule mod_xslt.c</code><br/>
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and<br/>
  -    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>LoadModule 
mod_xslt usr/lib/apache/mod_xslt.<ref>xx</ref></code><br/><br/>
  +    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>LoadModule 
mod_xslt /usr/lib/apache/mod_xslt.<ref>xx</ref></code><br/><br/>
       where <ref>xx</ref> is the appropriate library suffix for the UNIX 
platform ("so" or "a").<br/><br/></li>
       <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/>
  
  
  

Reply via email to