dleslie 01/08/21 11:12:56
Modified: c/xdocs/sources/xalan faq.xml samples.xml usagepatterns.xml
Log:
fixed links.
Revision Changes Path
1.22 +2 -2 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- faq.xml 2001/08/21 14:44:48 1.21
+++ faq.xml 2001/08/21 18:12:56 1.22
@@ -39,7 +39,7 @@
<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.<anchor
name="build"/></p></a>
+<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><anchor
name="build"/><p/></a>
</faq>
<faq title="Building on Windows">
@@ -99,7 +99,7 @@
<a><p>The International Components for Unicode(ICU) is a C and C++ library
that provides robust and full-featured Unicode support on a wide variety of
platforms. &xslt4c; uses the ICU to extend support for encoding, number
formatting, and sorting.</p>
<p>The ICU is available for download from <jump
href="http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html">http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html</jump>.</p>
-<p>For more details see: <link idref="usagepatterns" anchor="icu">Using the
International Components for Unicode (ICU)</link>.<anchor
name="gnutar"/></p></a>
+<p>For more details see: <link idref="usagepatterns" anchor="icu">Using the
International Components for Unicode (ICU)</link>.</p><anchor
name="gnutar"/><p/></a>
</faq>
<faq title="A tar checksum error on Solaris.">
1.32 +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.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- samples.xml 2001/08/15 19:55:50 1.31
+++ samples.xml 2001/08/21 18:12:56 1.32
@@ -110,7 +110,7 @@
output to foo.out.</p>
<p>You can run it from the SimpleTransform subdirectory with</p>
<p><code>SimpleTransform</code></p>
- <p>See also: <link idref="usagepatterns" anchor="basic">Basic procedures
for performing XSL
+ <p>See also: <link idref="usagepatterns" anchor="xalantransformer">Basic
procedures for performing XSL
transformations</link>.</p>
</s2><anchor name="streamtransform"/>
<s2 title="StreamTransform">
1.30 +2 -2 xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
Index: usagepatterns.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- usagepatterns.xml 2001/08/15 17:32:40 1.29
+++ usagepatterns.xml 2001/08/21 18:12:56 1.30
@@ -59,7 +59,7 @@
<s1 title="&xslt4c; Basic usage patterns">
<ul>
<li><link anchor="intro">Introduction</link></li>
-<li><link anchor="cpp">Basic usage pattern with the XalanTransformer C++
API</link></li>
+<li><link anchor="xalantransformer">Basic usage pattern with the
XalanTransformer C++ API</link></li>
<li><link anchor="stylepi">Using a stylesheet processing
instruction</link></li>
<li><link anchor="params">Setting stylesheet parameters</link></li>
<li><link anchor="incremental">Processing output incrementally</link></li>
@@ -80,7 +80,7 @@
<p>The transformation output is represented by an <jump
href="apidocs/class_xsltresulttarget.html">XSLTResultTarget</jump>, which you
can set up to refer to an output stream, the system ID for a file or URI, or a
DOM.</p>
<p>For detailed API documentation, see <jump
href="apidocs/index.html">&xslt4c; API</jump>. For an overview of the
command-line utility, see <link idref="commandline">Command-Line
Utility</link>.</p>
-</s2><anchor name="cpp"/>
+</s2><anchor name="xalantransformer"/>
<s2 title="Basic usage patten with the XalanTransformer C++ API">
<p>Using <jump
href="apidocs/class_xalantransformer.html">XalanTransformer</jump> and the C++
API, you can perform one or more transformations as described in the following
steps.</p>
<note>For a working sample that illustrates these steps, see the <link
idref="samples" anchor="xalantransform">XalanTransform</link> sample.</note>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]