Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[ANN] XMLBooster 2.10.1 supports Python

From: Darius Blasband <darius@--------.--->
To: NULL
Date: 1/10/2006 3:03:00 PM
*********************************
XMLBooster 2.10.1 supports Python
*********************************

XMLBooster (http://www.xmlbooster.com) version 2.10.1 can generate
application-specific XML parsers to be used from within Python. The
parsers and the resulting data structures can be accessed by Python
code through a comprehensive interface, while the actual parser is
generated in C, thereby providing the best of both worlds: top-knotch
performance by using optimized code generation in C, and the flexibility
and productivity of Python, accessing your document using ad hoc classes
rather then generic DOM trees.

The interface between C and Python is provided by SWIG, with specific
additions so that the underlying C structure can be used as is by Python
developers, low-level technicalities being taken into account
automatically. For instance, linked lists as supported by the XMLBooster
C code generator are published as plain Python lists so that they can be
used together with quantifiers or filters.

The objects generated by SWIG to access XMLBooster-generated data
structures are just facades: they hold no data. They just provide a
convenient access to the underlying C structure. Since these facades are
created on demand only, this means that one can use these generated
parsers to deal with huge XML instances, much larger than what a generic
DOM-based parser would allow. The performance and memory footprint gains
get even more impressive when only a small part of the XML document is
to be accessed from within the Python application.






transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent