Hi ,

  I just wonder can I create a Element with name as
Integer.toString(integer) . I want to replace TXElement el = new
TXElement(Integer.toString(int)); which seems to work. I need to migrate
to xerces and hence get rid of TXElement.
 I had replaced with this code
doc.createElement(Integer.toString(testV.size()));  //doc is Document
OR say doc.createElement(Integer.toString(0));
It fails with exception org.w3c.dom.DOMException: DOM002 Illegal
character
How can I get this working

thanks in Advance,
Sampath





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to