mrglavas 2005/07/26 12:50:58
Modified: java/docs faq-dom.xml
Log:
Fixing a typo introduced in the previous commit.
Revision Changes Path
1.20 +2 -2 xml-xerces/java/docs/faq-dom.xml
Index: faq-dom.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-dom.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- faq-dom.xml 26 Jul 2005 19:45:39 -0000 1.19
+++ faq-dom.xml 26 Jul 2005 19:50:58 -0000 1.20
@@ -196,8 +196,8 @@
The experimental interfaces which were once present in the
<code>org.apache.xerces.dom3</code>
package no longer exist. This package existed primarily so that the
DOM Level 2
and DOM Level 3 implementations in Xerces-J 2.6.2 and prior could
co-exist. Code which
- depended on the <code>org.apache.xerces.dom3</code> must be modified
to use the official
- DOM Level 3 API located in the <code>org.w3c.dom.*</code> packages.
+ depended on the <code>org.apache.xerces.dom3</code> package must be
modified to use the
+ official DOM Level 3 API located in the <code>org.w3c.dom.*</code>
packages.
</p>
<p>For more information, refer to the <link idref='dom3'>DOM Level 3
Implementation</link> page.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]