[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XML DOM
- From: Steven Noels <stevenn@outerthought.org>
- To: xml-dev@lists.xml.org
- Date: Tue, 03 Jul 2001 22:39:21 +0200
> -----Original Message-----
> From: Jeff Lowery [mailto:jlowery@scenicsoft.com]
> Sent: dinsdag 3 juli 2001 22:21
> To: Xml-Dev (E-mail)
> Subject: XML DOM
>
>
> 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?
>
http://www.w3.org/DOM/, more specifically http://www.w3.org/DOM/DOMTR
remind you that this is only interfaces, and no implementations - for this
you should look at MS or other parser vendors (or the Apache implementation
named Xerces at http://xml.apache.org/xerces-j/, of course)
</Steven>
outerthought.org
- References:
- XML DOM
- From: Jeff Lowery <jlowery@scenicsoft.com>