Re: [xml-dev] XML Sucks

From
J.Pietschmann <>
To
Paul Jensen <>
Date
2003-05-05T19:54:27Z
ID
<>
Thread
Re: [xml-dev] XML Sucks
Paul Jensen wrote:
> It's a good point -- a standard syntax does have advantages you
> mention. I just find that XML is cumbersome to enter, and often
> difficult to read.

This can be cured:
- writing: use an editor which has context sensitive tag completion
   element inserting, element closing and so on (Emacs PSGML), or
   even hides tags completely (like XMetal)
- reading: use XSLT to produce nicely formatted HTML for browsing,
   SVG (for Ant dependencies) or whatever system best fits your
   viewing preferences.
Even better if you have a system which lets you view transformed
output while typing raw XML.

J.Pietschmann