[
Lists Home |
Date Index |
Thread Index
]
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
|