Author: mrglavas
Date: Tue Nov 30 14:30:59 2010
New Revision: 1040539

URL: http://svn.apache.org/viewvc?rev=1040539&view=rev
Log:
Updates to the DOAP file for Xerces-J 2.11.0.

Modified:
    xerces/pmc/doap_Xerces_Java_XML_Parser.rdf

Modified: xerces/pmc/doap_Xerces_Java_XML_Parser.rdf
URL: 
http://svn.apache.org/viewvc/xerces/pmc/doap_Xerces_Java_XML_Parser.rdf?rev=1040539&r1=1040538&r2=1040539&view=diff
==============================================================================
--- xerces/pmc/doap_Xerces_Java_XML_Parser.rdf (original)
+++ xerces/pmc/doap_Xerces_Java_XML_Parser.rdf Tue Nov 30 14:30:59 2010
@@ -31,7 +31,7 @@
     <description>  
      Xerces-J is a high performance, fully compliant validating XML parser 
written in Java. It is a fully conforming XML Schema processor that includes a 
complete implementation of the Document Object Model Level 3 Core and Load/Save 
W3C Recommendations and provides a complete implementation of the XML 
Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS 
XML Catalogs v1.1. 
      Xerces 2.x introduced the Xerces Native Interface (XNI), a complete 
framework for building parser components and configurations that is extremely 
modular and easy to program. XNI is merely an internal set of interfaces. There 
is no need for an XML application programmer to learn XNI if they only intend 
to interface to the Xerces2 parser using standard interfaces like JAXP, DOM, 
and SAX. Xerces developers and application developers that need more power and 
flexibility than that provided by the standard interfaces should read and 
understand XNI.
-     The latest version released, 2.10.0, introduces experimental support for 
the XML Schema 1.1 Structures and Datatypes (December 2009) Working Drafts. It 
also contains an implementation of the parser related portions of JAXP 1.4, 
including partial support for StAX 1.0 (javax.xml.stream.events only) and a 
complete implementation of the DOM Element Traversal API. It contains fixes for 
several bugs which were present in Xerces-J 2.9.1, as well as a few other 
enhancements and performance improvements.
+     The latest version released, 2.11.0, expands on Xerces' experimental 
support for XML Schema 1.1 by providing implementations for the simplified 
complex type restriction rules (also known as subsumption), xs:override and a 
few other XML Schema 1.1 features. This release also introduces experimental 
support for XML Schema Component Designators (SCD). It fixes several bugs which 
were present in Xerces-J 2.10.0 and also includes a few other minor 
enhancements.
     </description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/XERCESJ"; 
/>
     <mailing-list rdf:resource="http://xerces.apache.org/mail.html"; />
@@ -41,6 +41,13 @@
     <release>
       <Version>
         <name>Xerces-J</name>
+        <created>2010-11-30</created>
+        <revision>2.11.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
         <created>2010-06-18</created>
         <revision>2.10.0</revision>
       </Version>
@@ -292,6 +299,14 @@
     </asfext:implements>
     <asfext:implements>
       <asfext:Standard>
+        <asfext:title>XML Schema Definition Language (XSD): Component 
Designators (Candidate Recommendation, January 2010)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema Component Designators (SCD)</asfext:id>
+        <asfext:url 
rdf:resource="http://www.w3.org/TR/2010/CR-xmlschema-ref-20100119/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
         <asfext:title>Document Object Model (DOM) Level 3 Core</asfext:title>
         <asfext:body>W3C</asfext:body>
         <asfext:id>DOM Level 3 Core</asfext:id>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to