Not sure whether this is the correct forum, so apologies if it's not
I've never done any xml parsing before, sorry for questions
I'm querying a db table and returning a resultset (the rs can be quite large). I want to put this resultset into an xml dom and then return the xml dom to a client app, so it can process it.
Can someone help get me started. Am i thinking along the right lines. Would returning an xml dom be the best way to go or would another method be better
Thanks for any help