- #1
fog37
- 1,569
- 108
- TL;DR Summary
- understanding the use of XML
Hello,
I understand that webpages are created using HTML which defines the structure of the document using a finite number of specified tags, like <p>, <head> etc.
In XML, the user can create customized tags (as long as certain rules are respected). The XML file recipient must then be able to interpret those custom tags. But where does a XML file play a role in the context of the internet and the web?
Webpages, written in HTML, are generally uploaded to servers and then viewed by the client's browser. A XML file more clearly specifies the content type of a document so a human going through the file can more clearly understand. XML files are read using XML parsers...
Is a XML file sent along with the HTML file when a webpage is created?
Thank you!
I understand that webpages are created using HTML which defines the structure of the document using a finite number of specified tags, like <p>, <head> etc.
In XML, the user can create customized tags (as long as certain rules are respected). The XML file recipient must then be able to interpret those custom tags. But where does a XML file play a role in the context of the internet and the web?
Webpages, written in HTML, are generally uploaded to servers and then viewed by the client's browser. A XML file more clearly specifies the content type of a document so a human going through the file can more clearly understand. XML files are read using XML parsers...
Is a XML file sent along with the HTML file when a webpage is created?
Thank you!