The Artima Developer Community
Sponsored Link

Python Buzz Forum
XMLification

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Patrick Lioi

Posts: 45
Nickname: plioi
Registered: Aug, 2003

Patrick Lioi is a software developer in Austin, Tx.
XMLification Posted: Sep 24, 2003 10:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Patrick Lioi.
Original Post: XMLification
Feed Title: Patrick Lioi on Python
Feed URL: http://patrick.lioi.net/syndicate/Python/RSS2.xml
Feed Description: Entries from the Python category of my personal site.
Latest Python Buzz Posts
Latest Python Buzz Posts by Patrick Lioi
Latest Posts From Patrick Lioi on Python

Advertisement

Bruce of codepaste fame has released XMLification, which lets you transform objects into XML. It is loosely based on XMLTemplate, but works a little differently. If my understanding is correct, XMLification is a mixin class that gives you a to_xml method, which is probably more general-purpose than XMLTemplate. Also, attribute values in the output document can be set more intuitively, like the 'format' attribute in Bruce's example.

Read: XMLification

Topic: Gardening, and PyQt is so nice Previous Topic   Next Topic Topic: interactive Python shell

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use