[
Lists Home |
Date Index |
Thread Index
]
- From: ssdhanoa@us.ibm.com
- To: xml-dev@xml.org
- Date: Thu, 10 Feb 2000 16:16:00 -0700
The XML for C++ has been updated from alphawarks
(http://www.alphaworks.ibm.com)
XML for C++
IBM's XML for C++ parser (XML4C) is a validating XML parser
written in a portable subset of C++. XML4C makes it easy to
give an application the ability to read and write XML data.
Two shared libraries provide classes for parsing, generating,
manipulating, and validating XML documents. XML4C is faithful
to the XML 1.0 Recommendation and associated standards (DOM 1.0,
SAX 1.0). Source code, samples and API documentation are provided
with the parser.
New Update
Fixed multi-threading bug for UNIX, a bug to enable proper
user-exception handling, and transcoding problem for Japanese
backslashes.
Download here:
http://www.alphaworks.ibm.com/tech/xml4c?open&l=xml-dev,t=xm4c
Regards,
Shailendra
|