XML Naming rules
by satheesh[ Edit ] 2010-01-29 10:27:14
XML elements must follow these naming rules:
* Names can contain letters, numbers, and other characters
* Names cannot start with a number or punctuation character
* Names cannot start with the letters xml (or XML, or Xml, etc)
* Names cannot contain spaces