Posts tagged XML
Uses Of XML
Aug 23rd

XML Separates Data from HTML :
If you need to display dynamic data in your HTML document, it will take a lot of work to edit the HTML each time the data changes.
XML Parsers – Validating Vs. Non-Validating
Jul 22nd

An XML parser is a tool to validate your code to ensure it is well-formed. Even through XML is simplistic, it does need to have proper syntax and form. A parser looks at your code and highlights lines that may cause problems. XML parsers are available in two flavors, non-validating and validating. It is important to know the difference between these two styles before selecting a parser.



