Jade 5.1 and Imported MSXML.dll
Posted: Fri Aug 07, 2009 11:57 am
by Wayne Tomlinson >> Thu, 28 Sep 2000 2:09:16 GMT
I have imported the msxml.dll and have been successful at creating and adding nodes to a document but I can't seem
to create add attributes to a node.
I have used the createNode method as shown below
[rootNode.createNode(1,"rootNode",null)]
this creates a node of Element type however I can't seem to type cast the object returned to IXMLDOMElement
and therefore can't get access to the methods to add attributes.
Has anybody got this far with the msxml.dll ??
Maybe someone at Jade can try this and post a code snippet
thanks
Wayne Tomlinson
Senior Developer
Greenstone Technologies
I have imported the msxml.dll and have been successful at creating and adding nodes to a document but I can't seem
to create add attributes to a node.
I have used the createNode method as shown below
[rootNode.createNode(1,"rootNode",null)]
this creates a node of Element type however I can't seem to type cast the object returned to IXMLDOMElement
and therefore can't get access to the methods to add attributes.
Has anybody got this far with the msxml.dll ??
Maybe someone at Jade can try this and post a code snippet
thanks
Wayne Tomlinson
Senior Developer
Greenstone Technologies