I'm new to XML and want to learn it. I started to read the w3schools.com tutorial and I really don't understand much
Ok here is whats in question:
<book>
<title>My First XML</title>
<prod id="33-657" media="paper"></prod><chapter>Introduction to XML
<para>What is HTML</para>
<para>What is XML</para>
</chapter>
<chapter>XML Syntax
<para>Elements must have a closing tag</para>
<para>Elements must be properly nested</para>
</chapter>
</book>
That is code from the website, now this is used for what?? Is this an example of how to create tags or how to store data??
thanks any help is much appreciated
Ok here is whats in question:
<book>
<title>My First XML</title>
<prod id="33-657" media="paper"></prod><chapter>Introduction to XML
<para>What is HTML</para>
<para>What is XML</para>
</chapter>
<chapter>XML Syntax
<para>Elements must have a closing tag</para>
<para>Elements must be properly nested</para>
</chapter>
</book>
That is code from the website, now this is used for what?? Is this an example of how to create tags or how to store data??
thanks any help is much appreciated