[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: xml-dev@ic.ac.uk
- Date: Mon, 24 Jan 2000 10:33:08 -0800
Tim Bray wrote:
>
> At 09:40 PM 1/23/00 -0600, Len Bullard wrote:
> >So is DOM really required for XML 1.0, or is that a political position
> >about implementations?
No and yes, respectively. The XML spec defines XML.
> There is no *point* to supporting XML in the browser if you don't
> support the DOM. If all you want is to display nice-looking stuff
> to humans, HTML does an excellent job of that. -Tim
So does XML with a stylesheet, such as CSS (pref. CSS1 + CSS2/tables),
or XSLT + XSL-FO. (Or XSLT + XHTML/CSS.) Seems to me that the clear
separation of content (XML) and presentation (stylesheet) is a great
example of a "point" ... with clear advantages over each of the broken
flavors of HTML one must otherwise choose from.
There are points to having DOM, but they're not just "browsing". DOM
certainly implies some programming environment. Many of us would like
it not to be JavaScript (with its designed-in security holes).
It's important to distinguish between browser-as-browser, where XML
plus a stylesheet-based rendering engine is fine, and a programming
environment. The latter certainly benefits from something like DOM;
if the former used it, you couldn't tell.
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Unsubscribe by posting to majordom@ic.ac.uk the message
unsubscribe xml-dev (or)
unsubscribe xml-dev your-subscribed-email@your-subscribed-address
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|