This is an automated email from the ASF dual-hosted git repository.

borisk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xerces-c-admin.git

commit affa52f00684afb3bf221d8ac7c9c5df446c9c0d
Author: Jason Edward Stewart <jas...@apache.org>
AuthorDate: Thu Mar 30 05:39:42 2006 +0000

    initial
    
    git-svn-id: https://svn.apache.org/repos/asf/xerces/c/admin@389994 
13f79535-47bb-0310-9956-ffa450edef68
---
 doap_Xerces_C++_XML_Parser.rdf | 56 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/doap_Xerces_C++_XML_Parser.rdf b/doap_Xerces_C++_XML_Parser.rdf
new file mode 100644
index 0000000..85f335a
--- /dev/null
+++ b/doap_Xerces_C++_XML_Parser.rdf
@@ -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: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to