[Twisted-Python] xml library in twisted

Raj kumar k_r_a_j_kumar at yahoo.co.in
Tue Mar 4 07:17:17 MST 2008


Hi all,
I'm dealing with xml files in a twisted application,
can any one suggest me the best xml library in twisted?
Previously i used  twisted.web.microdom and twisted.web.minidom but they don't have much of the functionalities....
Is there any other xml library in twisted which makes it easy with lot of options?
I wanted to create a xml file like this...

<game>
    <player1>
            <stuff>
            </stuff>
    </player1>
    <player2>
            <stuff>
            </stuff>
    </player2>
</game>

and want to access that player stuff directly..(like a tree structure)

Thank you in advance.




      Now you can chat without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20080304/e7aa2496/attachment.html>


More information about the Twisted-Python mailing list