dleslie 01/02/12 14:04:04
Modified: c/xdocs/sources/xalan faq.xml getstarted.xml index.xml
samples.xml
Log:
Updates in progress for Xalan-C 1.1.
Revision Changes Path
1.10 +2 -1 xml-xalan/c/xdocs/sources/xalan/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- faq.xml 2001/02/09 15:08:03 1.9
+++ faq.xml 2001/02/12 22:04:03 1.10
@@ -37,7 +37,8 @@
</faq>
<faq title="Problems with samples in Windows">
-<q>I have encountered problem executing the &xslt4c; sample applications
after rebuilding them under Win32 Environment (Windows NT 4.0, SP3). When I
tried to execute the sample program, I receive the error message "Debug
Assertion Failed! ... Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)"</q>
+<q>I have encountered problem executing the &xslt4c; sample applications
after rebuilding them under Win32 Environment (Windows NT 4.0, SP3).
+ When I tried to execute the sample, I receive the error message "Debug
Assertion Failed! ... Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)".</q>
<a><p>You may be mixing debug and release versions of executables and
libraries. In other words, if you are compiling the sample for debug, then you
should link with the debug version of the &xslt4c; and &xml4c; libraries and
run with the debug version of the dynamic link libraries.</p></a>
</faq>
1.22 +1 -1 xml-xalan/c/xdocs/sources/xalan/getstarted.xml
Index: getstarted.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- getstarted.xml 2001/02/12 21:43:49 1.21
+++ getstarted.xml 2001/02/12 22:04:03 1.22
@@ -62,7 +62,7 @@
</ul>
<p>If you want to enable ICU support for the command-line utility, you must
build the ICU and rebuild the Xalan-C++ shared/load library (Linux/AIX/HP-UX
11) and TestXSLT (all platforms) with the ICUBridge. See <link
idref="usagepatterns" anchor="icu">Using the ICU</link> and <link
idref="commandline" anchor="icu">Enabling ICU support for TestXSLT</link>.</p>
<p>For information about using the command-line utility, see <link
idref="commandline">Command-Line Utility</link>.</p>
-<note>If you want to do your own AIX build, you must download <resource-ref
idref="stlport"/> and set the STLPORTROOT
+<note>If you want to do your own AIX or Solaris build, you must download
<resource-ref idref="stlport"/> and set the STLPORTROOT
environment variable to the complete path to the STLPort distribution (see
the <link idref="readme" anchor="build">Build notes</link>)</note>
</s3>
<s3 title="What you need to build and run applications">
1.19 +1 -1 xml-xalan/c/xdocs/sources/xalan/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/index.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- index.xml 2001/02/12 21:43:49 1.18
+++ index.xml 2001/02/12 22:04:03 1.19
@@ -65,7 +65,7 @@
document types.</p>
<p>&xslt4c-current; is a robust implementation of the W3C
Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath). It
includes a compatible release of the
- &xml4c; XML parser: &xml4c-used;. In addition to adding a build for
Solaris, the focus for this release
+ &xml4c; XML parser: &xml4c-used;. In addition to adding builds for HP-UX
11 and Solaris, the focus for this release
is on bug fixes, performance enhancements, and providing a simpler C++
and C API for performing standard transformations.
For the details, see the <link idref="readme">Release Notes</link>.</p>
</s2>
1.21 +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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- samples.xml 2001/02/12 21:43:50 1.20
+++ samples.xml 2001/02/12 22:04:03 1.21
@@ -93,7 +93,7 @@
executable is on the path, and run it from the samples subdirectory
that contains the input files.</note>
</s2><anchor name="xalantransform"/>
<s2 title="XalanTransform">
- <p>What it does: XalanTransform uses the XalanTransformer class to apply
an XSL stylesheet file to an XML document file and write
+ <p>What it does: XalanTransform uses the XalanTransformer class and the
associated C++ API to apply an XSL stylesheet file to an XML document file and
write
the transformation output to either an output file or to a stream.
XalanTransform takes command-line
arguments for the XML document to be transformed, the XSL stylesheet to
apply, and an optional output file argument. If you omit
the third argument, XalanTransform writes the transformation output to a
stream that is sent to standard out (the screen).</p>