Welcome to E-Nordstrom, home of the best free web templates, fancy templates, clean templates, tutorials and articles to help webmasters create a site quickly and easily!
coming soon
Webmaster Articles and Tutorials
home > news XML Schema will help you build better XML
XML Schema will help you build better XML
XML schema are a very useful tool for XML developers because they help you define your XML documents, using XML. When XML first came out, in order to write valid XML you had to write a Document Type Definition to go along with it. And then validating parsers would validate your XML against that DTD. But DTDs are hard to write. XML schema uses XML to write the definition of your XML document, and once you understand XML you will be able to read and write an XML schema. Of course, it also helps if you have an article like Darla's latest How to Write Your First XML Schema to get you started. And of course, if you're just getting started with XML, you should check out Darla's XML Tutorials.