Slashdot Mirror


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."

1 of 10 comments (clear)

  1. And this would be useful for...? by Anonymous Coward · · Score: 2, Insightful

    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.