Re: [Tutor] XML to Python

2005-05-06 Thread Gabriel Farrell
On Thu, 5 May 2005, Smith, Jeff wrote: > I'm able to use the built in XML parser to effect "normal" XML parsing > usage but frequently, I'm not doing anything to complicated and would > simply like to translate the XML file into a more "Pythonic" structure. > What's the best way to do this? Some

Re: [Tutor] XML to Python

2005-05-06 Thread Terry Carroll
On Thu, 5 May 2005, Smith, Jeff wrote: > I'm able to use the built in XML parser to effect "normal" XML parsing > usage but frequently, I'm not doing anything to complicated and would > simply like to translate the XML file into a more "Pythonic" structure. > What's the best way to do this? Som

Re: [Tutor] XML to Python

2005-05-05 Thread Kent Johnson
Smith, Jeff wrote: > I'm able to use the built in XML parser to effect "normal" XML parsing usage > but frequently, I'm not doing anything to complicated and would simply like to translate the XML file into a more "Pythonic" structure. What's the best way to do this? Something from the standard

[Tutor] XML to Python

2005-05-05 Thread Smith, Jeff
I'm able to use the built in XML parser to effect "normal" XML parsing usage but frequently, I'm not doing anything to complicated and would simply like to translate the XML file into a more "Pythonic" structure. What's the best way to do this? Something from the standard libraries would be pr