Xml-NC

From WikiEducator
Jump to: navigation, search
Uou-logo-100px.png
Home  |  About UOU  |  About CEMCA  |  Contact Us    

Unit 3.3 Web application development tools & Technologies


3.3.4 XML
3.3.4.1 XML document structure
3.3.4.2 XML element naming rules
3.3.4.3 Important rules to keep in mind while creating XML document
3.3.4.4 Viewing a XML document
3.3.4.5 Displaying XML with XSLT

3.3.4.2 XML element naming rules

XML elements must follow these naming rules:

           1. Names can contain letters, numbers, and other characters
           2. Names cannot start with a number or punctuation character
           3. Names cannot start with the letters xml (or XML, or Xml, etc)
           4. Names cannot contain spaces
           5. Any name can be used, no words are reserved.


                                                                                            Next

Suggested Reading
  • Web Applications


 Suggested Videos
  • Video 01 Title
  • Video 02 Title
  • Video 03 Title