busting-out XML sections
Alex Martelli
aleaxit at yahoo.com
Sat Oct 7 11:58:38 EDT 2000
More information about the Python-list mailing list
Sat Oct 7 11:58:38 EDT 2000
- Previous message (by thread): busting-out XML sections
- Next message (by thread): busting-out XML sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Thomas Gagne" <tgagne at ix.netcom.com> wrote in message news:39DF390E.CD6D4DFF at ix.netcom.com... > Assuming I can use that utility to correclty parse the incomming XML, is there > a matching utility to reverse it back into XML? Because that is what the > remote process is expecting. Note that a DOM's elements will include a writexml method to write back out the XML for the each element of your interest... Alex
- Previous message (by thread): busting-out XML sections
- Next message (by thread): busting-out XML sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list