<?xml version="1.0" ?>
<accounts>
<1167/>
<1328/>
<1505/>
<1536 default="true" />
<1966/>
</accounts>
When I pass in the above XML at http://www.w3schools.com/XML/xml_validator.asp I get an error stating the line with <1167/> is invalid. I looked at the w3 description for elements, and didn’t see any reason why it should be wrong. I’m sure its a simple mistake so would appreciate any help.
Thanks
Taken from http://www.w3schools.com/xml/xml_elements.asp
or (more authoritative) http://www.w3.org/TR/xml/
Where the categories starting with
Lare various classes of “letters” in Unicode andNlare numbers that looks like a letter, such as a Roman numerals (Ⅰ, Ⅱ, Ⅲ, Ⅳ, Ⅴ…).