839 projects tagged "XML"
ATG Dynamo integration for JBuilder is a JBuilder 5 plugin that makes it easy to deploy J2EE applications to the ATG Dynamo Application Server version 5.1 (DAS). It can be installed and run with the other JBuilder 5 plugins such as BEA WebLogicServer 5.1, BEA WLS 6, IBM WebSphere 3.5, Borland AS 4.5, etc.
X:Forge is a dynamic XML generation framework written in Java, leveraging the power of Avalon components and the speed of SAX. The system is language agnostic with possible implementation in other languages. A Cocoon 1 processor and a Cocoon 2 transformer are provided, as is a set of useful components for Web, SQL, LDAP, and XML:DB access.
XML Binary Infoset Encoding (XBIS) is an encoding designed to eliminate most of the padding of XML text documents being passed between programs, while being faster to generate and interpret. The focus is more on speed than on size, so if document size is the major concern standard compression algorithms can offer superior results. The current Java implementation shows 4-8X performance benefits over standard XML parsers over a range of document types and sizes and across JVMs tested.
XPath Methods allows XPath queries on ParsedXML XML documents (and possibly other DOM implementations) in Zope. XPath is a relatively simple but still quite powerful query language used to address portions of XML documents. When you call an XPath Method you will retrieve a set of DOM nodes which you can then display in a Web page using DTML or ZPT, or which you can issue operations upon using, for instance, Python scripts.