XML is a data format, not a type of connection. You'll want to use something like xml.dom.minidom to parse and build XML.
On Jul 30, 8:34 am, Massimiliano <[email protected]> wrote: > Dear TIm, > first of all python based. > I need to have a third parties content in the website. So a search engine > will check in their database the product through an XML connection and I > will receive an answer from them always through an XML. > So I need to build an XML question and read an XML answer. (But I need to > understand how exactly it works). > > Max > > 2010/7/30 Tim Hoffman <[email protected]> > > > > > Hi > > > Unfortunately that seems to be a pretty vague question. > > > What do you mean by an XML connection? > > > And do you mean connection from the client to gae server or from gae > > server to some other xml (what ever you mean ) service. > > > Are you looking for a java or python solution > > > There isn't a GAE library as such in the sdk, unless you mean xmpp > > which is a xml based data protocol delivered over the http network > > protocol ;-). > > > Rgds > > > T > > > On Jul 30, 6:29 pm, Massimiliano <[email protected]> > > wrote: > > > Dear All, > > > I'm building an application and I need to manage an XML connection. This > > is > > > firt time doing this for me, can some you help in understand how to learn > > > it? > > > There is a GAE library (I can't find nothing in the GAE guides). > > > > Regards > > > > Massimiliano > > > > -- > > > > My email: [email protected] > > > My Google Wave: [email protected] > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > > My email: [email protected] > My Google Wave: [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
