Sampath K Settipalli wrote:
It fails with exception org.w3c.dom.DOMException: DOM002 Illegal
character
How can I get this working
Elements (and attribute) names are not allowed to
begin with a digit. Therefore, you need to create an
element with a name that starts with a letter or
some other allowed character. (Check the XML spec
for details.) For example:
doc.createElement("n"+testV.size());
If TXElement allowed you to do this, then it was a
bug in the code.
--
Andy Clark * [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]