InterviewSolution
Saved Bookmarks
| 1. |
State the XML naming rules. |
|
Answer» XML elements must follow these naming rules: (i) Names can contain letters, number and other characters (ii) Names cannot start with a number or punctuation character. (iii) Names cannot start with xml, XML or Xml... (iv) Names cannot contain spaces. (v) Any name can be used, no words are reserved. |
|