XML element and attribute names -
can xml, xml, xml or variation of upper , lowercase versions of "xml" used element or attribute names in xml?
if not why not?
edit1
i referring naming elements or attributes. not doctype
edit2
i not suggesting name element or attribute, not find definitive answer this.
while tools don't prevent it, it's bad practice. according http://www.w3.org/tr/xml/#nt-name
names beginning string "xml", or string match (('x'|'x') ('m'|'m') ('l'|'l')), reserved standardization in or future versions of specification.
ie, might work now...
Comments
Post a Comment