Create xml dynamically
Hi Folks, I want to, within a batch process, create a simple peice of xml and data. Within the process I know what my tags are to be. I will have data as well. And so I simply want to construct this xml (with the tags and data) and then pass this xml as a string to another method.
There is no need for dtd's here or validation. Just simple basic ... a few tags ... a little data ...
So I can just construct this using a stringBuffer ... or do I use an api / parser ... ?

