Hi, I want to create the following instruction
<?xmlagain version="1.0" encoding="UTF-8" ?>
How do I use the method Document.createProcessingInstruction to create this.
I tried
doc.createProcessingInstruction("xmlagain", "version=\"1.0\"
encoding=\"UTF-8\"");
It does'nt seem to work.
Thanks
Raji
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
