T
TP
Hi,
I have reached a situation where I have to create small pieces of xml
(around 8k characters) within my java app. Right now I am using
stringbuffer to create the xml which does not go against a dtd. This
is working for now, since I do not have to read in the xml again.
But if I wanted to use some other xml utility like xerces or jdom, is
it recommended for my use of xml or would it be an overkill. Please
let me know.
Thanks.
tP
I have reached a situation where I have to create small pieces of xml
(around 8k characters) within my java app. Right now I am using
stringbuffer to create the xml which does not go against a dtd. This
is working for now, since I do not have to read in the xml again.
But if I wanted to use some other xml utility like xerces or jdom, is
it recommended for my use of xml or would it be an overkill. Please
let me know.
Thanks.
tP