dleslie 99/12/02 07:42:11
Modified: docs org-apache-xalan-xpath-dtm.xml
org-apache-xalan-xpath-xml.xml
org-apache-xalan-xslt-client.xml
org-apache-xalan-xslt-trace.xml
org-apache-xalan-xslt.xml
Added: docs org-apache-xml-serialize.xml
Log:
Changed XML4J to Xalan in the javadoc package files.
Revision Changes Path
1.2 +4 -4 xml-xalan/docs/org-apache-xalan-xpath-dtm.xml
Index: org-apache-xalan-xpath-dtm.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xalan-xpath-dtm.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xalan-xpath-dtm.xml 1999/11/09 16:47:56 1.1
+++ org-apache-xalan-xpath-dtm.xml 1999/12/02 15:42:10 1.2
@@ -62,13 +62,13 @@
<p>Implements a pseudo-DOM that provides significant performance
enhancements.</p>
</s2>
<s2 title="Description">
- <p>DOM (Document Object Model) is a standard interface for interacting
with XML documents. &xslt4j;
+ <p>DOM (Document Object Model) is a standard interface for interacting
with XML documents. Xalan
supports this interface: when you provide a Node as input for an XML
source document or XSL
- stylesheet, &xslt4j; uses an implementation of the DOM interface. For
large XML documents, however,
+ stylesheet, Xalan uses an implementation of the DOM interface. For
large XML documents, however,
this may involve considerable overhead, since Xalon must create one or
more Java objects for each Node
in the document.</p>
- <p>For those cases where you provide a URL or character stream as input
and use the default XSML parser
- (&xml4j;) &xslt4j; avoids this overhead by implementing what we call a
DTM (Document Table Model), a
+ <p>For those cases where you provide a URL or character stream as input
and use the default XML parser
+ (Xerces) Xalan avoids this overhead by implementing what we call a DTM
(Document Table Model), a
pseudo-DOM that uses integer arrays in place of the DOM. The
performance improvements are very
significant.</p>
</s2>
1.2 +1 -1 xml-xalan/docs/org-apache-xalan-xpath-xml.xml
Index: org-apache-xalan-xpath-xml.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xalan-xpath-xml.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xalan-xpath-xml.xml 1999/11/08 21:46:11 1.1
+++ org-apache-xalan-xpath-xml.xml 1999/12/02 15:42:10 1.2
@@ -64,7 +64,7 @@
</s2>
<s2 title="Description">
<p>Unless you specify an XML parser and your own
- implementation of the XMLParserLiaison interface, &xslt4j; uses
XMLParserLiaisonDefault to
+ implementation of the XMLParserLiaison interface, Xalan uses
XMLParserLiaisonDefault to
interface the XML4J parser. This package also includes four
implementations of the
FormatterListener interface, a SAX-based formatter interface for the
XSL processor: the FormatterToDOM, the
FormatterToXML, the FormatterToHTML (an extension of FormatterToXML),
and the FormatterToText.</p>
1.2 +1 -1 xml-xalan/docs/org-apache-xalan-xslt-client.xml
Index: org-apache-xalan-xslt-client.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xalan-xslt-client.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xalan-xslt-client.xml 1999/11/08 21:46:22 1.1
+++ org-apache-xalan-xslt-client.xml 1999/12/02 15:42:10 1.2
@@ -59,7 +59,7 @@
-->
<s1 title="org.apache.xalan.xslt.client package">
<s2 title="Summary">
- <p>Contains a simple applet for hosting the &xslt4j; processor.</p>
+ <p>Contains a simple applet for hosting the Xalan processor.</p>
</s2>
<s2 title="Description">
<p>To perform transformations from an HTML client, do the following:</p>
1.2 +3 -3 xml-xalan/docs/org-apache-xalan-xslt-trace.xml
Index: org-apache-xalan-xslt-trace.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xalan-xslt-trace.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xalan-xslt-trace.xml 1999/11/08 21:46:26 1.1
+++ org-apache-xalan-xslt-trace.xml 1999/12/02 15:42:10 1.2
@@ -59,10 +59,10 @@
-->
<s1 title="org.apache.xalan.xslt.trace package">
<s2 title="Summary">
- <p>Contains a debugging interface for &xslt4j;.</p>
+ <p>Contains a debugging interface for Xalan.</p>
</s2>
<s2 title="Description">
- <p>&xslt4j; contains a debugger interface in the
org.apache.xalan.xslt.trace package. This
+ <p>Xalan contains a debugger interface in the
org.apache.xalan.xslt.trace package. This
should be looked upon as a work in progress, possibly to be
replaced by a more
standard interface in the future. The source code
information given is
somewhat limited by what the SAX interface provides... the
line and column numbers
@@ -73,7 +73,7 @@
<item><p>TraceListener is an interface that debuggers
can implement. The interface can be set on the XSLTProcessor
by calling the addTraceListener() function.</p></item>
<item><p>PrintTraceListener is an implementation of
- the TraceListener interface that is used by &xslt4j; for the
-TT, TG, and -TTC
+ the TraceListener interface that is used by Xalan for the
-TT, TG, and -TTC
switches. It's code is a good example to look at when
figuring out how to
use the trace functionality.</p></item>
<item><p>TracerEvent is an event that is
1.2 +1 -1 xml-xalan/docs/org-apache-xalan-xslt.xml
Index: org-apache-xalan-xslt.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xalan-xslt.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xalan-xslt.xml 1999/11/08 21:46:29 1.1
+++ org-apache-xalan-xslt.xml 1999/12/02 15:42:10 1.2
@@ -59,7 +59,7 @@
-->
<s1 title="org.apache.xalan.xslt package">
<s2 title="Summary">
- <p>This is the main XSLT4J package.</p>
+ <p>This is the main Xalan package.</p>
</s2>
<s2 title="Description">
<p>The XSLTProcessor interface defines the XSLT processor API.
XSLTProcessorFactory provides methods for creating an
1.1 xml-xalan/docs/org-apache-xml-serialize.xml
Index: org-apache-xml-serialize.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "document.dtd">
<!--
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Xalan" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* nor may "Apache" appear in their name, without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation and was
* originally based on software copyright (c) 1999, Lotus
* Development Corporation., http://www.lotus.com. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
-->
<s1 title="org.apache.xml.serialize package">
<s2 title="Summary">
<p>Tools (work in progress) for serlializing DOM trees and SAX
events.</p>
</s2>
<s2 title="Description">
<p>Eventually the tools in this package should replace the
FormatterToDOM, FormatterToHTML,
FormatterToText, and FormatterToXML classes in the
org.apache.xalan.xpath.xml package.</p>
</s2>
</s1>