dleslie 01/02/21 14:00:42
Modified: targets/xalan-c samples.html
Log:
CorrectedUNIX LoadModule setting
Revision Changes Path
1.8 +1 -1 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- samples.html 2001/02/21 19:53:36 1.7
+++ samples.html 2001/02/21 22:00:40 1.8
@@ -243,7 +243,7 @@
Windows: <CODE><FONT face="courier, monospaced">LoadModule mod_xslt
xml-xalan\c\Build\Win32\VC6\Release\ApacheModuleXSLT.dll</FONT></CODE><BR><BR>
UNIX: <CODE><FONT face="courier, monospaced">AddModule
mod_xslt.c</FONT></CODE><BR>
and<BR>
- <CODE><FONT
face="courier, monospaced">LoadModule mod_xslt
/usr/lib/apache/mod_xslt.<I>xx</I></FONT></CODE><BR><BR>
+ <CODE><FONT
face="courier, monospaced">LoadModule xslt_module
/usr/lib/apache/mod_xslt.<I>xx</I></FONT></CODE><BR><BR>
where <I>xx</I> 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>