mrglavas 2004/02/13 10:47:27
Modified: java/docs dom.xml sax.xml
Log:
Some changes to the intro sections for SAX and DOM.
Revision Changes Path
1.5 +1 -1 xml-xerces/java/docs/dom.xml
Index: dom.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/dom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dom.xml 13 Feb 2004 17:10:29 -0000 1.4
+++ dom.xml 13 Feb 2004 18:47:27 -0000 1.5
@@ -2,7 +2,7 @@
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="Document Object Model">
<s2 title="Introduction">
-<p> The Xerces2 provides an implementation of the following W3C Document Object Model
(DOM) Recommendations:</p>
+<p> Xerces2 provides an implementation of the following W3C Document Object Model
(DOM) Recommendations:</p>
<ul>
<li><jump href='http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/'>DOM Level
1 Core and HTML</jump></li>
<li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/'>DOM
Level 2 Core</jump></li>
1.2 +2 -1 xml-xerces/java/docs/sax.xml
Index: sax.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/sax.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sax.xml 13 Feb 2004 18:32:40 -0000 1.1
+++ sax.xml 13 Feb 2004 18:47:27 -0000 1.2
@@ -2,7 +2,8 @@
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="SAX">
<s2 title="Introduction">
-<p>SAX 1.0 and SAX 2.0 Information</p>
+<p> Xerces2 provides an implementation of SAX 2.0.1 and SAX2 Extensions 1.0.</p>
+<p> SAX 1.0 and SAX 2.0 information: </p>
<ul>
<li><jump href='http://www.saxproject.org/?selected=sax1'>SAX 1.0 Overview</jump></li>
<li><jump href='http://www.saxproject.org/?selected=sax2'>SAX 2.0 Changes</jump></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org
|