Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming IT Technology

The Easy Way To Work With XML. 10

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."
This discussion has been archived. No new comments can be posted.

The Easy Way To Work With XML.

Comments Filter:
  • by Anonymous Coward
    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 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.

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...