[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML DOM
- From: David Brownell <david-b@pacbell.net>
- To: Jeff Lowery <jlowery@scenicsoft.com>,"Xml-Dev (E-mail)" <xml-dev@lists.xml.org>
- Date: Wed, 04 Jul 2001 08:55:49 -0700
> I'm having a little trouble finding information on the W3C XML DOM. There is
> such a thing, right? All I get hits on seem to be Microsoft sites. Can
> someone point me to somewhere nonproprietary?
See the W3C spec ... conceptually DOM consists of
- core ... most of the "XML DOM"
- html ... core + lots of convenience functions
- xml ... core + incompete DTD supportand PIs
Plus beginning with DOM "Level" 2, lots of additional modules that
mostly are independent of html or xml.
Yes there's a lot of MSFT-specific stuff, and MSFT hasn't bothered
to make their docs call out which things are proprietary. Bindings for
COM are not standard.
- Dave
- References:
- XML DOM
- From: Jeff Lowery <jlowery@scenicsoft.com>