I read in an online tutorial that Python is able to do this, but the Python and XML commands are totally different...
I'm trying to use a Web Service with SOAP.
How Do I Use Python to Process XML Commands?
Previous post: XSLT and XPATH: A Guide to XML Transformations
Next post: XML Scripting for the Web and Beyond
{ 1 comment… read it below or add one }
There is no such thing as an XML command. XML is just a data format.
http://docs.python.org/modindex.html lists lots of Python modules, a number of them (who have names starting with "xml") are useful for processing data stored in XML format.
You must log in to post a comment.