HI,
I am familiar with the CVI XML libraries, in that i have been reading from and writing to XML files.
now, i just want to be able to parse XML Data using the CVI XML functions without using actual files.
Specifically, I have a stream of XML data buffered into a string, and I want to parse through its elements and attributes.
how can this be done? i cant seem to find any way to load a CVIElement without assuming a CVIDocument exists.
thanks!