dleslie 99/12/22 10:52:37
Modified: c/docs xslt4c.xml
Log:
Corrected Xalan C++ version number
Revision Changes Path
1.2 +8 -10 xml-xalan/c/docs/xslt4c.xml
Index: xslt4c.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/docs/xslt4c.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xslt4c.xml 1999/12/22 13:49:35 1.1
+++ xslt4c.xml 1999/12/22 18:52:37 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd"[
+<!DOCTYPE s1 SYSTEM "../../docs/document.dtd"[
<!ENTITY done-c SYSTEM "../DONE-C">
<!ENTITY status-c SYSTEM "../STATUS-C">
<!ENTITY bugs-c SYSTEM "../BUGS-C">]>
@@ -62,14 +62,12 @@
-->
<s1 title="Xalan C++ XSL Transformer">
- &resources;
<s2 title="Xalan C++">
- <p>Like &xslt4j;, &xslt4c; implements <resource-ref
idref="xsl-draft-used"/>. Version 0.0.1 is our first release,
+ <p>Like Xalan-Java, Xalan-C++ implements <resource-ref
idref="xsl-draft-used"/>. Version 0.19.0 is our first release,
including a build for Win32. We plan to add a build for Linux in the
near future, other builds to follow.</p>
<p>The build includes 8 DLLs and an executable (TestXSLT.exe, a
command-line utility). To use this utility
to perform transformations, place these files in a directory with the
Xerces dynamic link library, xerces-c_1_0.dll.</p>
- </s2>
- <s2 title="Command-line utility">
+ </s2 title="Command-line utility">
<p>&xslt4c; implements a subset of the same interface provided by
&xslt4j;. This version accepts the following switches
and arguments:</p>
<source>
@@ -97,13 +95,13 @@
make it an expression.</p>
</s2>
<s2 title="API">
- <p>To be written.</p>
+ <p></p>
</s2>
<s2 title="&xslt4c; Features">
<ul>
- <li><p>Implements the XSLT Version 1.0 W3C Recommendation
16 November 1999</p></li>
- <li><p>Uses the &xml4c; XML parser</p></li>
- <li><p>Can output to SAX or DOM</p></li>
+ <li>Implements the <resource-ref
idref="xsl-draft-used"/>.</li>
+ <li>Uses the &xml4c; XML parser></li>
+ <li>Can output to SAX or DOM</li>
</ul>
</s2>
<s2 title="Version Notes">
@@ -113,7 +111,7 @@
</s2>
<s2 title="Contact Info and Bug Reports">
- <p>Contact information for &xslt4c;: <human-resource-ref
idref="dnbertoni"/> or <human-resource-ref idref="rweir"/></p>
+ <p>Contact information for &xslt4c;: <human-resource-ref
idref="sboag"/></p>
</s2>