You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2006/03/30 07:39:43 UTC

svn commit: r389994 - /xerces/c/admin/doap_Xerces_C++_XML_Parser.rdf

Author: jasons
Date: Wed Mar 29 21:39:42 2006
New Revision: 389994

URL: http://svn.apache.org/viewcvs?rev=389994&view=rev
Log:
initial

Added:
    xerces/c/admin/doap_Xerces_C++_XML_Parser.rdf

Added: xerces/c/admin/doap_Xerces_C++_XML_Parser.rdf
URL: http://svn.apache.org/viewcvs/xerces/c/admin/doap_Xerces_C%2B%2B_XML_Parser.rdf?rev=389994&view=auto
==============================================================================
--- xerces/c/admin/doap_Xerces_C++_XML_Parser.rdf (added)
+++ xerces/c/admin/doap_Xerces_C++_XML_Parser.rdf Wed Mar 29 21:39:42 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://xml.apache.org/xerces-c/">
+    <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/" />
+    <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>
+    <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" />
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Xerces-C-2.7.0</name>
+        <created>2005-09-08</created>
+        <revision>2.7.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/xerces/c/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/c/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xerces-C++ Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:c-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>



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