09-24-2008 12:24 AM
Hi smercurio,
09-24-2008 12:25 AM
Hi Smercurio
Hi once i have send you MSXML lib files in that how we should use the MSXML to write it is asking for parent node ref no.can you help me with example using the MSXML vi how to use that
09-24-2008 09:15 AM
09-24-2008 11:31 PM
09-25-2008 10:03 AM
09-25-2008 11:20 PM
09-26-2008 09:22 AM
You should not use that subVI directly. You should use the "MSXML Edit XML" VI. As the example that ships with the library clearly shows, you need to create the array of clusters that consists of your XML content in DOM form. If you look at the "Database Editor" example you will find that a subVI called "Person table to person XML-element" VI is being used to convert the table to the array of clusters. You need to do the same thing, based on your XML structure. While there is almost next-to-nothing documentation for this library, the home page for the toolkit describes this cluster.
Basically, each node in your XML structure becomes another element in the array of XML elements. I'm busy right now, but later I'll try to put together an example using the XML structure you showed in your other thread.
09-26-2008 12:05 PM