The Easy Way To Work With XML.
dahoba writes: "'The xsbrowser (XML Schema browser) aims at creating a human readable XML document model from a given DTD (REC-xml-19980210) or XML schema (REC-xmlschema-1-20010502) by means of an HTML browser. The user needn't understand the DTD or XML Schema syntax.'
A very interesting approach which may lead to a wider acceptence for XML."
Why in the world would you worry that your data was 'human-readable'? If you are relying on an schema to display your data in a nice format, perhaps you've missed the chapter about XSL.
Data is data. Presentation is presentation. Mixing them for no good reason is a waste of effort.
XML is just another over-used buzzword that can be applied to anything and everything. Show me how it'll make a difference in my everyday life and then I'll care.
XML already makes your data easier to read. By wrapping the data in XML markup (which is essentially metadata), you are putting it in a form that humans naturally read.
Humans are great information analyzers. If all the information is on a page, your brain sorts it out and makes you understand even if the information is in an unfamiliar order. In XML, by definition, all the information is there... Your brain gets it pretty easily.