Hi Andrew,

Check the bottom of 
http://code.google.com/appengine/docs/java/jrewhitelist.html,
you'll see the native xml classes of javax.xml.* supported by App
Engine.

regards
didier

On Nov 9, 10:15 am, andrew <aute...@gmail.com> wrote:
> Is there a supported/included XMLSerializer that I can use on GAE-JAVA
> for generating XML responses, without doing it all by hand in our own
> code.
>
> It's for XML output from Java objects, which are NOT dom documents or
> likewise.
>
> If it performs XML entity encoding, then even better.
>
> I have searched and just found other posts on the net asking for the
> same, or complaining, and org.xmlpull... doesn't seem to work.
>
> If there are any tricks, then sample code to instantiate/call is very
> appreciated.
>
> thanks

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

Reply via email to