[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

ANN: Anobind 0.6.0


anobind
This release adds namespace support and a whitespace stripping rule. 
There has ben some internal restructuring.

http://uche.ogbuji.net/tech/4Suite/anobind
 
Anobind is a Python/XML data binding, which is just a fancy way of
saying it's a very Pythonic XML API.
 
You feed Anobind an XML document and it returns a data structure of
corresponding Python objects.  For example, the document
 
<monty>
  <python spam="eggs">What do you mean "bleh"</python>
  <python ministry="abuse">But I was looking for argument</python>
</monty>
 
Would become a set of objects so that you could write
 
binding.monty.python.spam

In order to get the value "eggs" or
                                                                               
 binding.monty.python[1].text_content()

In order to get the value "But I was looking for argument".

There are other such tools for Python, and what makes Anobind unique is
that it's driven by a very declarative rules-based system for binding
XML to the Python data.  One can register rules that are triggered by
XPatterns or plain Python code in order to register specialized binding
behavior.

It also offers XPath support and some support for round-tripping
documents.

Anobind is open source, provided under the 4Suite variant of the Apache
license.  It requires Python 2.2.2 and 4Suite 1.0a3.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Introducing Anobind - http://www.xml.com/pub/a/2003/08/13/py-xml.html
The State of the Python-XML Art, 2003 - http://www.xml.com/pub/a/2003/09/10/py.html
XML Topic Maps by the book - http://www-106.ibm.com/developerworks/xml/library/x-think19.html
Python, Web services, and XSLT - http://www-106.ibm.com/developerworks/xml/library/ws-pyth13/
Perspective on XML: What is this 'agility'? - http://www.adtmag.com/article.asp?id=8004



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.