A
asnowfall
IE throws error at <1060> for this XML file
------------------------------------------
<?xml version="1.0"?>
<root>
<1060>
<UUID>
1bac9070-bf3b-404f-b7ca-ada24fc09eb3
</UUID>
</1060>
</root>
------------------------------------------
Workaround is prefixing alphabet to <1060>.
Ex: <L1060> makes it work.
Why this behavior?
Is this illigal to have numerical as the first character in TagNames?
Thanks
Ramesh
------------------------------------------
<?xml version="1.0"?>
<root>
<1060>
<UUID>
1bac9070-bf3b-404f-b7ca-ada24fc09eb3
</UUID>
</1060>
</root>
------------------------------------------
Workaround is prefixing alphabet to <1060>.
Ex: <L1060> makes it work.
Why this behavior?
Is this illigal to have numerical as the first character in TagNames?
Thanks
Ramesh