Re: VBS GetElementByClassName custom function

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



thks alot for your contribution, really helpfull
just one question about dom type :

"Your code appears to assume that the domnode passed in is an XML DOM
node
not a HTML DOM node from IE, is that actually true? If not you can't
appendChild from a HTML Node into an XML Node. "

I agree with your proposition, but could you help me in creating an
html dom handler ?

could i make sg like this :
set my_html_dom = createobject("htmlfile")


.



Relevant Pages

  • Re: XmlTextreader versus DOM
    ... I've heard them referred to as "DOM" and "SAX". ... DOM is, generally speaking, the easiest way in which to deal with XML ... "SAX" (named after the original parser, I think) parsers read one XML ...
    (microsoft.public.dotnet.languages.vc)
  • Re: XmlTextreader versus DOM
    ... I've heard them referred to as "DOM" and "SAX". ... DOM is, generally speaking, the easiest way in which to deal with XML ... "SAX" (named after the original parser, I think) parsers read one XML ...
    (microsoft.public.dotnet.xml)
  • XML parse/build metaphor mismatch
    ... XML data in arbitrary order that I'm simply missing. ... It seems to be easy getting stuff -out- of a DOM via XPath, ...
    (comp.text.xml)
  • Re: javascript and XML help
    ... Some Text and html tags ... That is not well-formed XML so any XML parser will give a parse error. ... DOM nodes, it does not help that some of them might have the same tag ...
    (comp.lang.javascript)
  • Re: Java with xml
    ... There are three main XML parsing techniques: ... - Document Object Model (DOM), ... Simple API for XML (SAX), ... built in memory. ...
    (comp.lang.java.programmer)