HI, I am using jaxp1.0. I have built an xml to send as an output stream to a socket connection, but i don't know how to output <!DOCTYPE somedata SYSTEM "somedata.dtd"> If anyone has any ideas I would appreciate it. Thank you, Rosalinde
Rosalinde Casalini
Greenhorn
Joined: Jul 13, 2001
Posts: 5
posted
0
Hi, I still haven't gotten any responses. Maybe my question was not clear I can build an xml with my java code by creating 'document' with the code below and appending the elements. But I do not see a way to insert a <!doctype> declaration before the root element. Does anybody have any ideas? I would appreciate it very much. Thank you.