xml.apache.org
Fully-validating parsers are available for both Java and C++, implementing the W3C XML and DOM (Level 1 and 2) standards, as well as the de facto SAX (version 2) standard. Initial support for XML Schema (draft W3C standard) is also provided. A Perl wrapper is provided for the C++ version of Xerces, which allows access to a fully validating DOM XML parser from Perl. It also provides for full access to Unicode strings, since Unicode is a key part of the XML standard. A COM wrapper (also for Xerces-C) provides compatibility with the Microsoft MSXML parser. Xalan: XSL stylesheet processors in Java & C++ Xalan (named after a rare musical instrument) provides high-performance XSLT stylesheet processing. Xalan fully implements the W3C XSLT and XPath recommendations. Xalan uses the Bean Scripting Framework (BSF) to implement Java and script extensions, features EXSLT extensions, nodeset extension, multiple document output extensions and SQL extension. AxKit: XML-based web publishing in mod_perl AxKit brings the power of XML web publishing and dynamic XML based applications to the Apache web server using the mod_perl framework and the Apache C API to combine the power of XML with the performance of a native Apache solution. FOP: XSL Formatting Object processor in Java FOP is the world's first print formatter driven by XSL formatting objects. It is a Java 12 application that reads a formatting object tree and then turns it into a PDF document. The formatting object tree, can be in the form of an XML document (output by an XSLT engine like Xalan) or can be passed in memory as a DOM Document or (in the case of Xalan) SAX events. Forrest: Standards-based documentation framework Forrest is an XML/XSLT-based, skinnable project documentation and website development system. Content can be written in presentation-neutral XML, and then converted to HTML/PDF by Forrest. As Forrest is based on Cocoon, sites can scale seamlessly from simple static affairs to full-blown dynamic webapps. Xang: Rapid development of dynamic server pages in JavaScript Apache Xang lets you quickly build data-driven, cross-platform Web applications that integrate disparate data sources. The Xang architecture cleanly separates data, logic and presentation. It is based on open industry standards such as HTTP, XML, XSL, DOM and ECMAScript (JavaScript). SOAP: Simple Object Access Protocol The Apache Soap project is an implementation of the draft W3C protocol by the same name. It is based on, and supersedes, the IBM SOAP4J implementation. From the draft W3C specification: SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. Crimson: A Java XML parser derived from the Sun Project X Parser The source code for Crimson is available under the xml-crimson CVS module. XML-Security: providing security functionality for XML data XML-Security is a collection of Java and C++ libraries that provide security functionality for XML data. Both libraries provide an implementation of the W3C XML Digital Signature standards, and implementations of the W3C XML Encryption standard are currently being developed. Xindice: A native XML database Apache Xindice is a database designed from the ground up to store XML data or what is more commonly referred to as a native XML database. XML Commons: focussed on common code and guidelines for xml projects The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. All interested developers are welcome to join and participate.
|