Re: [XML-SIG] Represent XML

2006-01-27 Thread Luis Miguel Morillas
2006/1/27, Sbaush <[EMAIL PROTECTED]>: Thanks very much for your answer...One question:why amara is the best solution? Can't we do it with the standard python xml.dom or minidom?Sure you can, And you can do it with xslt too,  but I think it's a question of taste. Amara is the easiest way for me :)

[XML-SIG] Represent XML

2006-01-27 Thread Luis Miguel Morillas
2006/1/27, Sbaush <[EMAIL PROTECTED]>: Hi all.I attach to you a example XML file to parse and the demo of my objective.The iptRequest.xml is the file to parse in one mode. I can't parse it. The demo.py is my ideal result, manually built, that should be built by parsing the XML. How can i do to do

Re: [XML-SIG] Represent XML

2006-01-27 Thread Sbaush
Thanks very much for your answer...One question:why amara is the best solution? Can't we do it with the standard python xml.dom or minidom?2006/1/27, Luis Miguel Morillas < [EMAIL PROTECTED]>:2006/1/27, Sbaush < [EMAIL PROTECTED]>: Hi all.I attach to you a example XML file to parse and the demo of

[XML-SIG] Represent XML

2006-01-27 Thread Sbaush
Hi all.I attach to you a example XML file to parse and the demo of my objective.The iptRequest.xml is the file to parse in one mode. I can't parse it. The demo.py is my ideal result, manually built, that should be built by parsing the XML. How can i do to do it?Bye all! -- Sbaush #!/usr/bin/env py