|
XML Data |
|
|
XML is, by nature, structured hierarchically; data is placed between the tags, and all tags have a parent tag except the root tag. When working with dynamic pages, it is required that you know the hierarchical structure and the tags used in the XML. A simple XML file <?xml version="1.0" encoding="UTF-8"?> <root> <Name>John</Name> <Surname>Smith</Surname> </root> XML is self explanatory It is obvious what kind of data is included between the <Name> and <Surname> tags. This is the power of the XML; it includes both the data description and the data itself. The Hierarchical Structure
<root><cd_writers><item>
|