Re: DOM
On Mon, 15 May 2006 12:30:25 -0700, Jim Moe
<jmm-list.AXSPAMGN@xxxxxxxxxxxxxx> wrote:
How can you know XML and nothing about DOM?
I know XML and still know next to nothing about the HTML DOM.
XML DOM is a nice well-behaved thing, simple to understand and
well-documented by a standard (and you get XPath too). HTML DOMs are a
rats' nest of vendor-specific weirdness.
If you want to learn DOM, then I'd suggest an AJAX introduction. At
least you'll learn a modern vendor-independent way of doing things.
.
Relevant Pages
- Re: XSLT Transformation in Javascript
... This works fine with non-IE browsers, ... the above I still don't know how to get an object that I can append to ... While browsers like Mozilla or Opera have an XML and HTML DOM implementation with a common base IE does not have that at all. ... Its HTML DOM is completely separate from the XML DOM which is implemented by MSXML. ... (microsoft.public.scripting.jscript) - Re: VBS GetElementByClassName custom function
... just one question about dom type: ... "Your code appears to assume that the domnode passed in is an XML DOM ... not a HTML DOM node from IE, ... appendChild from a HTML Node into an XML Node. ... (microsoft.public.scripting.vbscript) - Convert a XML DOM Object to a HTML DOM Object
... I create XML DOM each for the data file and the XSL File ... My requirement is that I want to convert this XML DOM to a HTML DOM ... (comp.text.xml) - Re: VBS GetElementByClassName custom function
... I may be misunderstanding what you want to ... "Your code appears to assume that the domnode passed in is an XML DOM ... not a HTML DOM node from IE, ... (microsoft.public.scripting.vbscript) |
|