Home » XML Basics
4
XML Elements
This chapter is all about becoming familiar with the elements of the XML programming language.
First, you will learn about nomenclature in your XML tags. Next, you will learn about the
relationship of the elements to each other. You will also learn additional features of XML elements
such as extensibility and attributes. Finally, you will learn what kind of content you can
put into your XML tags.
In This Chapter:
- Naming and Relations
- How do you name XML tags? How will you easily grasp the concept of relationships? Know how the basics of naming and renaming relations in the XML programming language.
- Content and Atributes
- In this section, you will know how to put a wide array of content into your XML tags. Extensibility and the attributes of XML tags will also be discussed.