2008/9/18 Robert Rawlins <[EMAIL PROTECTED]>: > Guys, > > > > I'm running python 2.5 and currently using ElementTree to perform my XML > parsing and creation. ElementTree really is a great package for doing this, > however, I've been tasked by our deployment guys to try and move away from > external libraries where possible as it makes their job easier. > > > > Simple question I suppose to start with, does Python have any inbuilt XML > processing modules? If the answer is no then I'll stick with eTree, if > python does have one, then I'll look at some migration steps. >
ElementTree is not an external package starting from Python 2.5. It's in stdlib under 'xml.etree.ElementTree' name. There's also a lot of other XML processing modules in stdlib's 'xml' package. > > > Many thanks All, > > > > Robert > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Wbr, Andrii Mishkovskyi. He's got a heart of a little child, and he keeps it in a jar on his desk. -- http://mail.python.org/mailman/listinfo/python-list