dleslie 01/02/21 14:00:58
Modified: c/xdocs/sources/xalan samples.xml
Log:
CorrectedUNIX LoadModule setting
Revision Changes Path
1.26 +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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- samples.xml 2001/02/21 19:54:43 1.25
+++ samples.xml 2001/02/21 22:00:57 1.26
@@ -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/>
and<br/>
- <code>LoadModule
mod_xslt /usr/lib/apache/mod_xslt.<ref>xx</ref></code><br/><br/>
+ <code>LoadModule
xslt_module /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 <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/>