Also you should note in appengine the only way you have to talk to any
remote service is via urlfetch
(or urllib2 which is layered over urlfetch) or the xmpp service.

You can't open sockets etc or use any non http(s) based protocol in
appengine.

Rgds

Tim

On Oct 14, 4:30 pm, Tim Hoffman <zutes...@gmail.com> wrote:
> Hi
>
> I am going to assume your using python.
>
> You should look at elementtree.  Its already in the standard python
> distribution and for many tasks its the simplest to use
> if it's all your own code.  If you using some other tools then they
> may have dependencies on other specific
> parsers.
>
> If you have a look at googles own gdata library then you will find the
> atom.core uses elementtree for all of its
> xml parsing.
>
> So I think elementtree is a really good place to 
> start.http://docs.python.org/library/xml.etree.elementtree.html
>
> Disregard all of this if you not using python ;-)
>
> Regards
>
> Tim
> On Oct 14, 3:28 pm, alf <alberto....@gmail.com> wrote:
>
>
>
>
>
>
>
> > hi gloogers
>
> > we are starting to use a xml in ours gae enviroment we need choose one
> > external library to manage xml object we can user sax, minidom and
> > probably more. I would like start learning libray that google use
> > internaly thinking in a future appear a xml lib integrate in gae and
> > may be is the same we have learned. Please can you help me.
>
> > thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to