There is currently not any CVI library for working with XML files. For now, I recommend using the ActiveX Controller Wizard to generate an .fp from MSXML and using the generated interface. To do this, go to the "Tools->Create ActiveX Controller..." menu item, then select "Microsoft XML" (with whichever version is the highest) from the ActiveX server list, then finish the rest of the steps in the wizard. There's a lot of documentation for MSXML in the
MSXML SDK.
- Elton