01-18-2000 11:42 AM
01-18-2000 01:34 PM
04-20-2006 03:42 PM
04-21-2006 06:22 AM
04-21-2006 08:31 AM
generating XML strings is very easy with the string functions see the attached. Adding attributes would also be easy. The syntax of XML is simple so storing data in XML is not very hard. Reading data back could be more complex and enforcing/generating schemas it somewhat a challenge
Paul
04-21-2006 08:45 AM
Here is a simple example using my xml function previously posted. I know this is over simpel but shows how to store data in XML format (without any knowlege of the data structures it came from). place this example in the same dirrectory as the subvi function from the previous post.
Paul
04-21-2006 08:48 AM
04-21-2006 12:14 PM
04-24-2006 07:04 AM
I should give labXML a good look. I have realized that XML is here to stay and is becoming ubitquitous in the computer industry, I think that labview has been slower to utilize XML so I have been shielded from using XML in my labview applications. This last year I have made a concious effort to integrate XML more into my code. One thing I have defiantly found, there are many instances where XML might not be the best choice. Thanks for the labXML tip this keeps me from reinventing the wheel.
Paul
10-12-2006 04:47 AM