dleslie 00/12/14 12:06:44
Modified: c/xdocs/sources entities.ent
c/xdocs/sources/xalan commandline.xml
Log:
Updates in progress for Xalan-C 1.1
Revision Changes Path
1.11 +5 -5 xml-xalan/c/xdocs/sources/entities.ent
Index: entities.ent
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/entities.ent,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- entities.ent 2000/12/13 15:38:23 1.10
+++ entities.ent 2000/12/14 20:06:42 1.11
@@ -9,11 +9,11 @@
<!ENTITY xslt4c-hplib "libxalan-c1_1.sl">
<!ENTITY xml4c "Xerces-C++">
<!ENTITY xml4c-used "Xerces-C++ version 1.3.5">
-<!ENTITY xml4c-windll "xerces-c1_3_5.dll">
-<!ENTITY xml4c-winlib "xerces-c1_3_5.lib">
-<!ENTITY xml4c-linuxlib "libxerces-c1_3_5.so">
-<!ENTITY xml4c-aixlib "libxerces-c1_3_5.a">
-<!ENTITY xml4c-hplib "libxerces-c1_3_5.sl">
+<!ENTITY xml4c-windll "xerces-c_1_3_0xalan.dll">
+<!ENTITY xml4c-winlib "xerces-c1_3_0xalan.lib">
+<!ENTITY xml4c-linuxlib "libxerces-c1_3_0xalan.so">
+<!ENTITY xml4c-aixlib "libxerces-c1_3_0xalan.a">
+<!ENTITY xml4c-hplib "libxerces-c1_3_0xalan.sl">
<!ENTITY xslt4j "Xalan-Java">
<!ENTITY icu-used "International Components for Unicode(ICU) 1.6 source
files">
<!ENTITY icu-windlls "icui18n.dll, icuuc.dll">
1.13 +3 -2 xml-xalan/c/xdocs/sources/xalan/commandline.xml
Index: commandline.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/commandline.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- commandline.xml 2000/12/12 22:47:32 1.12
+++ commandline.xml 2000/12/14 20:06:43 1.13
@@ -144,8 +144,9 @@
<note>The make file uses the XALAN_USE_ICU environment variable to do
the equivalent of a #define and to add
ICUBridge to the list of dependencies for TestXSLT. If you uncomment
the <code>#define XALAN_USE_ICU</code>
statement in process.cpp (which is the right thing to do in Windows),
you will get an error in AIX ("The
- macro 'XALAN_USER{ICU' has already been defined") and a warning in
Linux about duplicate settings when you
- run the make, and TextXSLT will not link with ICUBridge. WHAT HAPPENS
IN HP??</note>
+ macro 'XALAN_USE_ICU' has already been defined"), an error in HP-UX 11
("Redefinition of macro 'XALAN-USE_ICU'
+ differs from previous definition"), or a warning in Linux about
duplicate settings when you
+ run the make, and TestXSLT does not link with ICUBridge.</note>
</s3>
</s2>
</s1>