can we use a number as text node in XML file? for example
<2>
<abi>Zen</abi>
</2>
it is giving the error as follows
|
|
can we use a number as text node in XML file? for example
it is giving the error as follows |
||||
|
|
|
XML elements must follow these naming rules:
|
||||
|
|
|
read the xml spec:
|
||
|
|
|
|
Short answer: No. You could use something like this, though
But this would make for a really ugly XML schema, where you would ultimately be limited to a maximum number of elements. I think you should go with somethink like this:
|
||
|
|