dleslie 01/02/16 13:41:53
Modified: c/xdocs/sources/xalan faq.xml overview.xml resources.xml
usagepatterns.xml
Log:
Textual and link fixes per Dave Marston.
Revision Changes Path
1.17 +6 -7 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- faq.xml 2001/02/15 21:40:41 1.16
+++ faq.xml 2001/02/16 21:41:47 1.17
@@ -8,8 +8,7 @@
<a><p>The definitive sources are the W3C XSLT and XPath recommendations:
<resource-ref idref="XSLT"/> and
<resource-ref idref="XPath"/>.</p>
- <p>For general questions not specific to &xslt4c;, see Dave Pawson's
<jump
- href="http://freespace.virgin.net/b.pawson/xsl/index.html#top">XSL
Frequently Asked Questions</jump> and Michael Kay's
+ <p>For general questions not specific to &xslt4c;, see Dave Pawson's
<resource-ref idref="dpawsonxslfaq"/> and Michael Kay's
<jump
href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129">XSLT
Programmer's Reference</jump>.</p>
<p>For a brief listing of tutorials, discussion forums, and other
materials, see <link idref="overview"
anchor="uptospeed">Getting up to speed with XSLT</link>.</p></a>
@@ -17,10 +16,10 @@
<faq title="Questions"><q>Where can I ask question?</q>
-<a><p>For generic questions about XSL stylesheets and transformations, use
the XSL-list hosted by Mulberry Technologies. There is an archive that can be
searched as well. Specific questions about &xslt4c; can be asked on the
Xalan-dev list. Please review this document and the archives before posting new
questions.</p>
+<a><p>For generic questions about XSL stylesheets and transformations, use
the <jump href="http://www.mulberrytech.com/xsl/xsl-list/">XSL-List -- Open
Forum on XSL</jump> hosted by Mulberry Technologies. There is an archive that
can be searched as well. Specific questions about &xslt4c; can be asked on the
Xalan-dev list. Please review this document and the archives before posting new
questions.</p>
-<p>For specific questions on &xslt4c;: <jump
href="http://xml-archive.webweaving.org/xml-archive-xalan">http://xml-archive.webweaving.org/xml-archive-xalan</jump>.</p>
-<p>For general questions on XSLT: <jump
href="http://www.biglist.com/lists/xsl-list/">http://www.biglist.com/lists/xsl-list/</jump>.</p></a>
+<p>For specific questions on &xslt4c;, see [email protected] on <jump
href="http://archive.covalent.net/">http://archive.covalent.net/</jump>.</p>
+</a>
</faq>
<faq title="What is &xml4c;?">
@@ -92,7 +91,7 @@
<p>The STLPort is available for download from the site: <jump
href="http://www.stlport.org/">http://www.stlport.org/</jump>.</p>
-<p>For more details on the STL, see: <jump
href="http://www.sgi.com/Technology/STL/stl_introduction.html">http://www.sgi.com/Technology/STL/stl_introduction.html</jump>.</p></a>
+<p>For more details on the STL, see: <jump
href="http://www.sgi.com/tech/stl/stl_introduction.html">http://www.sgi.com/tech/stl/stl_introduction.html</jump>.</p></a>
</faq>
<faq title="ICU">
@@ -123,7 +122,7 @@
<faq title="&xslt4c; in Apache">
<q>Is it possible to run &xslt4c; from an Apache server?</q>
-<a><p>A simple Apache module called <link idref="samples"
anchor="apachemodulexslt">ApacheModuleXSLT</link> is provides as a sample. It
demonstrates how to integrate &xslt4c; with Apache.</p></a>
+<a><p>A simple Apache module called <link idref="samples"
anchor="apachemodulexslt">ApacheModuleXSLT</link> is provided as a sample. It
demonstrates how to integrate &xslt4c; with Apache.</p></a>
</faq>
1.14 +6 -10 xml-xalan/c/xdocs/sources/xalan/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/overview.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- overview.xml 2001/02/15 16:45:10 1.13
+++ overview.xml 2001/02/16 21:41:48 1.14
@@ -73,8 +73,8 @@
discussion groups, frequently asked questions, and tutorials on XSLT,
see <link anchor="uptospeed">Getting up
to speed with XSLT</link>.</p>
<note>XSL also includes a vocabulary for formatting documents, which is
not part of &xslt4c;.
- For more information, see <jump href="http://www.w3.org/TR/xsl/">W3C XSL
Working Draft</jump> and the <jump
- href="http://xml.apache.org/fop">Apache XML FOP (Formatting Objects
Project)</jump>.</note>
+ For more information, see <resource-ref idref="XSL"/> and the
+ <jump href="http://xml.apache.org/fop">Apache XML FOP (Formatting
Objects Project)</jump>.</note>
<p>You use the XSLT language to compose XSL stylesheets. An XSL
stylesheet contains instructions for
transforming XML documents from one document type to another document
type (XML, HTML, or other). In structural
terms, an XSL stylesheet specifies the transformation of one tree of
nodes (the XML input) into another tree of nodes
@@ -121,16 +121,14 @@
<ul>
<li>Michael Kay's <jump
href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129">XSLT
Programmer's
Reference</jump>, Wrox Press, 2000<br/><br/></li>
- <li>Neil Bradley's <jump
href="http://cseng.aw.com/bookpage.taf?ISBN=0-201-67487-4">XSL Companion</jump>,
- Addison-Wesley, 2000<br/><br/></li>
+ <li>Neil Bradley's XSL Companion, Addison-Wesley, 2000<br/><br/></li>
<li>Elliotte Rusty Harold's <jump
href="http://metalab.unc.edu/xml/books/bible/updates/14.html">Chapter 14 of
the XML Bible: XSL Transformations</jump><br/><br/></li>
<li>Crane Softwright's <jump
href="http://www.CraneSoftwrights.com/training/">Free preview of Practical
Transformation Using XSLT and XPath</jump><br/><br/></li>
<li>The Mulberry <jump
href="http://www.mulberrytech.com/xsl/xsl-list/">XSL-List -- Open Forum on
XSL</jump>
(of interest to XSL users at all levels)<br/><br/></li>
- <li>Dave Pawson's <jump
href="http://www.dpawson.freeserve.co.uk/">XSL Frequently Asked
- Questions</jump><br/><br/></li>
+ <li>Dave Pawson's <resource-ref
idref="dpawsonxslfaq"/><br/><br/></li>
<li>Objects by Design's <jump
href="http://www.objectsbydesign.com/projects/xmi_to_html.html">Transforming
XMI to
HTML</jump> (oriented towards XMI, "an XML-based, stream
representation of a UML model," but also covers "generic"
XML transformations)<br/><br/></li>
@@ -145,9 +143,7 @@
Designers</jump><br/><br/></li>
<li>XSLT - XSL Transformations in
<jump href="http://www.brics.dk/~amoeller/XML/">The XML Revolution:
Technologies for the future Web</jump> by
- Anders Møller and Michael I. Schwartzbach<br/><br/></li>
- <li>Elizabeth Castro's <jump
href="http://www.peachpit.com/books/catalog/71098.html">XML for the World Wide
Web:
- Visual Quickstart Guide</jump></li>
+ Anders Møller and Michael I. Schwartzbach</li>
</ul>
<p>When you come across other useful introductory or background
materials, please email <human-resource-ref
idref="xalandev"/>, so we can add them to this list.</p>
@@ -184,7 +180,7 @@
</gloss>
<p>For more definitions of XSLT terminology, see Dave Pawson's
- <jump href="http://freespace.virgin.net/b.pawson/xsl/jargon.html">XSLT
Terminology
+ <jump href="http://www.dpawson.co.uk/xsl/vocab.html">XSLT Terminology
Clarification</jump> and the Glossary in Michael Kay's
<jump
href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129">XSLT
Programmer's Reference</jump>.</p>
</s2>
1.12 +7 -1 xml-xalan/c/xdocs/sources/xalan/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/resources.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- resources.xml 2001/02/09 15:08:04 1.11
+++ resources.xml 2001/02/16 21:41:49 1.12
@@ -35,11 +35,17 @@
<resource id="Readme" title="Xalan Repository Release Notes"
location="http://www.apache.org/websrc/cvsweb.cgi/xml-xalan/README"/>
- <resource id="XSLT" title="W3C Recommendation 16 November 1999 XSL
Transformations (XSLT) Version 1.0" location="http://www.w3.org/TR/xslt"/>
+ <resource id="XSL" title="Extensible Stylesheet Language (XSL) Version 1.0
W3C Candidate Recommendation"
+ location="http://www.w3.org/TR/xsl"/>
+
+ <resource id="XSLT" title="W3C Recommendation 16 November 1999 XSL
Transformations (XSLT) Version 1.0"
+ location="http://www.w3.org/TR/xslt"/>
<resource id="XPath" title="XML Path Language (XPath) Version 1.0"
location="http://www.w3.org/TR/xpath"/>
<resource id="DOM" title="DOM" location="http://www.w3.org/DOM"/>
+
+ <resource id="dpawsonxslfaq" title="XSL Frequently Asked Questions"
location="http://www.dpawson.co.uk/xsl/xslfaq.html"/>
<human-resource id="xalandev" name="Xalan Development Mailing List"
mailto="[email protected]"/>
1.23 +2 -1 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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- usagepatterns.xml 2001/02/15 16:45:10 1.22
+++ usagepatterns.xml 2001/02/16 21:41:50 1.23
@@ -104,7 +104,8 @@
<code>const char* xslSheet = "foo.xsl";</code><br/>
<code>const char* xmlOut = "foo.out";</code><br/>
<code>int theResult = 0;</code><br/>
- <code>theResult =
theXalanTransformer(xmlIn,xslSheet,xmlOut);</code><br/><br/></li>
+ <code>theResult =</code><br/>
+
<code> theXalanTransformer.transform(xmlIn,xslSheet,xmlOut);</code><br/><br/></li>
<li>Shut down Xalan and (optionally) Xerces.<br/>
<code>XalanTransformer::terminate();</code><br/>
<code>XMLPlatformUtils::Terminate();</code></li>