You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/12/08 05:40:30 UTC

svn commit: r724252 - /xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml

Author: mrglavas
Date: Sun Dec  7 20:40:30 2008
New Revision: 724252

URL: http://svn.apache.org/viewvc?rev=724252&view=rev
Log:
* Removed some commented out markup.
* Updated revalidation description. In memory validation against DTDs is supported too.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml?rev=724252&r1=724251&r2=724252&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/dom3.xml Sun Dec  7 20:40:30 2008
@@ -17,26 +17,7 @@
 -->
 <!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
 <s1 title="Document Object Model Level 3 Implementation">
-	<!--
-	<s2 title="Disclaimer">
-		<p>
-
-			The &ParserNameLong; &ParserVersion; contains a partial
-			implementation of the W3C Document Object Model Level 3.
-		</p>
-		<p>
-			The
-			<jump href="http://www.w3.org/DOM/DOMTR#DOML3">DOM Level 3</jump>
-			specification is at the stage of
-			<strong>Proposed Recommendation</strong>, which represents work in progress 
-			and has been widely reviewed and satisfies certain technical requirements
-			but may still change based on implementation experience.
 
-			This implementation is experimental: it should not be
-			considered as complete or correct.
-		</p>
-	</s2>
-	-->
 	<s2 title="Introduction">
 		<p>
 			The &ParserNameLong; &ParserVersion; contains an implementation of 
@@ -152,7 +133,7 @@
 				<strong>validate</strong>
 				[
 				<em>true/false</em>
-				] -- revalidation is supported only against XML Schemas. For more information, please refer to
+				] -- revalidation is only supported against XML Schemas and DTDs. For more information, please refer to
 				<link idref='faq-dom'>How to revalidate DOM in memory?</link>
 				.
 			</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org