Re: how to post XML with python / Django

2008-07-09 Thread davenaff
Alternatively you can use the xml Element Tree (included in python 2.5) library for building and parsing your xml file: http://effbot.org/zone/celementtree.htm Then of course use urllib/urllib2 (a good reference is here: http://www.voidspace.org.uk/python/articles/urllib2.shtml) Dave On Jul 9,

Re: how to post XML with python / Django

2008-07-09 Thread Norman Harman
Bobby Roberts wrote: > We are using a payment gateway for usaepay.com to process credit > cards. Does anyone have experience with this? I'm trying to find a > good resource for posting XML to another site but i'm coming up short > with how to do this in django and python. Create a template.xml

how to post XML with python / Django

2008-07-09 Thread Bobby Roberts
We are using a payment gateway for usaepay.com to process credit cards. Does anyone have experience with this? I'm trying to find a good resource for posting XML to another site but i'm coming up short with how to do this in django and python. --~--~-~--~~~---~--