Question:
List some of the naming rules in XML.
Answer:
XML elements have to follow thefollowing naming rules:
• Names cannot contain any spaces.
• Names can contain letters, numbers and other characters.
• Any name can be used, no words are reserved.
• Names must not start with a number or punctuation character.
• Names must not start with the letters XML, xml, Xml, etc..