02-19-2009 02:58 PM
Hi everyone,
Are there any XSLT processors for Labview? I'm looking for a VI that can process a XML document into another form using a XSL (XML Stylesheet). There are C, Java and ActiveX implementations but I am looking for one in Labview. So far, I've found this document but they seem to indicate that it's missing.
http://thinkinging.com/2008/03/01/using-xml-data-in-labview-just-got-easier/
Also, is there anything that can simulate the XML serialization here. In this case, I can describe variables using a bit of description and then read and write the XML output to dynamically create variables / structures easily.
http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization
Thanks
Will
02-19-2009 03:58 PM
02-19-2009 04:10 PM
Thanks,
I guess I'll have to use an external ActiveX or .NET implementation. With some of the implementations, the programmer has to pass a structure to the library; however, this looks like a pain. An alternative is to run an executable.
Do you have any information about XML Serialization?
Will
02-20-2009 10:46 AM