Author: mrglavas
Date: Fri Jun 18 12:51:13 2010
New Revision: 955987

URL: http://svn.apache.org/viewvc?rev=955987&view=rev
Log:
Updates to the DOAP file for Xerces-J 2.10.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=955987&r1=955986&r2=955987&view=diff
==============================================================================
--- xerces/pmc/doap_Xerces_Java_XML_Parser.rdf (original)
+++ xerces/pmc/doap_Xerces_Java_XML_Parser.rdf Fri Jun 18 12:51:13 2010
@@ -31,16 +31,23 @@
     <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.9.1, fixes several bugs which were present 
in Xerces-J 2.9.0 and also includes a few minor enhancements and performance 
improvements.
+     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.
     </description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/XERCESJ"; 
/>
     <mailing-list rdf:resource="http://xerces.apache.org/mail.html"; />
-    <download-page 
rdf:resource="http://xerces.apache.org/xerces2-j/download.cgi"; />
+    <download-page rdf:resource="http://xerces.apache.org/mirrors.cgi"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/xml"; />
     <release>
       <Version>
         <name>Xerces-J</name>
+        <created>2010-06-18</created>
+        <revision>2.10.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
         <created>2007-09-14</created>
         <revision>2.9.1</revision>
       </Version>
@@ -269,6 +276,22 @@
     </asfext:implements>
     <asfext:implements>
       <asfext:Standard>
+        <asfext:title>XML Schema 1.1 Part 1: Structures (Working Draft, 
December 2009)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.1 (Structures)</asfext:id>
+        <asfext:url 
rdf:resource="http://www.w3.org/TR/2009/WD-xmlschema11-1-20091203/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema 1.1 Part 2: Datatypes (Working Draft, 
December 2009)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.1 (Datatypes)</asfext:id>
+        <asfext:url 
rdf:resource="http://www.w3.org/TR/2009/WD-xmlschema11-2-20091203/"/>
+      </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>
@@ -309,11 +332,27 @@
     </asfext:implements>
     <asfext:implements>
       <asfext:Standard>
-        <asfext:title>Java API for XML Processing (JAXP) 1.3</asfext:title>
+        <asfext:title>Element Traversal</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Element Traversal</asfext:id>
+        <asfext:url 
rdf:resource="http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java API for XML Processing (JAXP) 1.4</asfext:title>
         <asfext:body>JCP</asfext:body>
         <asfext:id>JSR 206</asfext:id>
         <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=206"/>
       </asfext:Standard>
     </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Streaming API for XML (StAX) 1.0</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 173</asfext:id>
+        <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=173"/>
+      </asfext:Standard>
+    </asfext:implements>
   </Project>
 </rdf:RDF>
\ No newline at end of file



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

Reply via email to