|
|||
|
Hi all,
I am having an interesting time with using the msxml activeX libraries. I can create an instance of the DOM document by using: var xmlObj = new ActiveXObject("Msxml2.DOMDocument"); ...but try as I may, I can not create an instance of the DOMElement, by using either var root= new ActiveXObject("IXMLDOMElement"); , which I think should work, or var root = new ActiveXObject("Msxml2.DOMElement"); ... which should not work. If anybody could give me any pointer as to what I am doing wrong, I would really appreciate it. Thank you, Darryl. |
|
|||
|
Nevermind everybody,
I was a little hasty with this post. SWFKit does not need to explicitly declare the type of object that is being used like VB does. calling var root = xmlObj.documentElement(); will return an object modelled after the interface IXMLDOMElement already intact. perhaps somebody else could benifit from this one though. Thank you, Darryl. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|