LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Again - XML parser to use with CVI?

I need to parse a XML file using CVI. So I need a parser which will work
with CVI. Most of stuff on web either comes as source code which I have to
compile or works with C++ and JAVA but not C. Tried Oracle XDK for C, but
can't even get their example to work.

I am looking for a simple library or DLL that I can use. I have looked at MS
stuff, can't figure out if it is ActiveX control or what and how to use it.

Any help is much appreciated.



vishi
0 Kudos
Message 1 of 2
(3,808 Views)
Found the solution. There is a free activeX control called ChilkatXML. It
uses DOM model, I don't care as my XML files are small. I used CVI's ActiveX
server to FP generation tool (first time) and it is working. Loaded the XML
file and I can read tags, attributes etc.

vishi

"Vishi Anand" wrote in message
news:3e70e419@newsgroups....
> I need to parse a XML file using CVI. So I need a parser which will work
> with CVI. Most of stuff on web either comes as source code which I have to
> compile or works with C++ and JAVA but not C. Tried Oracle XDK for C, but
> can't even get their example to work.
>
> I am looking for a simple library or DLL that I can use. I have looked at
MS
> stuff, can't figure out if it is ActiveX control o
r what and how to use
it.
>
> Any help is much appreciated.
>
>
>
> vishi
>
>
0 Kudos
Message 2 of 2
(3,808 Views)