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.


Forgot the famous last words? Access your message archive online. Click here.