On Thu, Mar 6, 2014 at 5:51 AM, user345 <enachi...@gmail.com> wrote:

> I would like to find out how to parse a xml file that has been uploaded to
> the blobstore. Below is the code that I have.
>
> Can any one recommend a solution to this? At the moment my project uploads
> the xml file and serves it through a serve.java file
>


The code you have is sufficient for uploading the XML file. If you want to
parse it, you'll need to import an XML parser, read the data into a DOM,
etc. There are a number of tutorials for this, for example this one:
http://docs.oracle.com/javase/tutorial/jaxp/dom/readingXML.html


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to