LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use MSXML3.0 in labwindow. Can somebody send sample program!!

I am able to load xml. but not able to get node value please help me
0 Kudos
Message 1 of 3
(2,983 Views)
MS XML parser is conform to the DOM defined by the W3.
You can find information here :

http://www.w3.org/DOM/
0 Kudos
Message 2 of 3
(2,983 Views)
Just create a ActiveX wrapper around the MS XML 3.0 control by using the
activeX wizard in CVI. Then you can just use it like any instrument
driver. I have some sample code at home which I can post, if you like.
Or if you have CVI 7.0, XML is supported.


vishi

Pierre wrote:
> MS XML parser is conform to the DOM defined by the W3.
> You can find information here :
>
> http://www.w3.org/DOM/
0 Kudos
Message 3 of 3
(2,983 Views)