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 2007/12/01 20:09:48 UTC

svn commit: r600182 - /xerces/pmc/doap_Xerces_C++_XML_Parser.rdf

Author: mrglavas
Date: Sat Dec  1 11:09:48 2007
New Revision: 600182

URL: http://svn.apache.org/viewvc?rev=600182&view=rev
Log:
JIRA Issue #1760:
http://issues.apache.org/jira/browse/XERCESC-1760

Improving the description of Xerces-C. Thanks to Gianluca 
Varisco who completed this as part of a task for GHOP.

Modified:
    xerces/pmc/doap_Xerces_C++_XML_Parser.rdf

Modified: xerces/pmc/doap_Xerces_C++_XML_Parser.rdf
URL: http://svn.apache.org/viewvc/xerces/pmc/doap_Xerces_C%2B%2B_XML_Parser.rdf?rev=600182&r1=600181&r2=600182&view=diff
==============================================================================
--- xerces/pmc/doap_Xerces_C++_XML_Parser.rdf (original)
+++ xerces/pmc/doap_Xerces_C++_XML_Parser.rdf Sat Dec  1 11:09:48 2007
@@ -17,17 +17,14 @@
     <created>2006-03-30</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Xerces C++ XML Parser</name>
-    <homepage rdf:resource="http://xml.apache.org/xerces-c/" />
+    <homepage rdf:resource="http://xerces.apache.org/xerces-c/" />
     <asfext:pmc rdf:resource="http://xerces.apache.org" />
-    <shortdesc>Xerces-C++ is a validating XML parser written in a portable subset of C++. </shortdesc>
-    <description>
-
-Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.
-
-Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards.
-
-The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.
-</description>
+    <shortdesc>Xerces-C++ is a validating XML parser written in a portable subset of C++.</shortdesc>
+    <description>
+     Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.
+     Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards.
+     The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.
+    </description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/XERCESC" />
     <mailing-list rdf:resource="http://xml.apache.org/xerces-c/" />
     <download-page rdf:resource="http://xml.apache.org/xerces-c/download.cgi" />
@@ -47,6 +44,55 @@
         <revision>2.7.0</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2004-10-01</created>
+        <revision>2.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2004-02-19</created>
+        <revision>2.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-12-03</created>
+        <revision>2.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-05-27</created>
+        <revision>2.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-02-07</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2002-08-27</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2002-07-23</created>
+        <revision>2.0.0</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="https://svn.apache.org/repos/asf/xerces/c/trunk"/>
@@ -59,5 +105,85 @@
           <foaf:mbox rdf:resource="mailto:c-dev@xerces.apache.org"/>
       </foaf:Person>
     </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+	    <asfext:title>XML 1.0 (Third Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML 1.1 (First Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml11-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 1 Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM L1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 2 Core Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM L2C</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 2 Traversal and Range Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM L2TR</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>SAX 1.0 and SAX 2.0</asfext:title>
+        <asfext:body>SAX</asfext:body>
+        <asfext:id>SAX 1.0</asfext:id>
+        <asfext:url rdf:resource="http://sax.sourceforge.net/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XMLN</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/1999/REC-xml-names-19990114/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML 1.1</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XMLN 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/xml-names11/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema Part 1: Structures</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XMLS</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema Part 2: Datatypes</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XMLD</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"/>
+      </asfext:Standard>
+    </asfext:implements>
   </Project>
-</rdf:RDF>
+</rdf:RDF>
\ No newline at end of file



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