Hi,

>  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

XML Spec prohibit tagname starts with digit such as <1st />
<2nd /> etc. 
---
        Ryosuke Nanba

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

Reply via email to