LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xml

There's nothing wrong with the file itself, as I just downloaded from the Minneapolis, MN mirror. Have you tried another mirror: http://prdownloads.sourceforge.net/labxml/MSXML15.zip?download

Do you perchance have an earlier version of LabVIEW? Do you have the MSXML parser installed?
0 Kudos
Message 11 of 22
(2,727 Views)
Thanks
Now i am able to download.I didnt try the mirror you specified. Is there any VI in this library which appends to the XML file.
Rikki
0 Kudos
Message 12 of 22
(2,704 Views)
The "MSXML Edit XML" function does that. The hard part is creating the cluster that's the node you want to add or insert. There's an example that ships with the library that shows how to do this. Post back if you have further problems.
0 Kudos
Message 13 of 22
(2,697 Views)
Thanks alot
Yes, I am facing problem in creating refrence for the node which i want to insert. I created a node and it is in the xml string format. How to create a refrence for this node so that i can pass the refrence of this node to the "MSXML Edit XML". Thanks for the help
Rikki
0 Kudos
Message 14 of 22
(2,682 Views)
Not sure what you mean by creating a reference to the node. Are you referring to providing the correct XPATH for the node selection to use when performing a replace or insert node? Can you post the structure of your XML file, and what you're specifically trying to do?
0 Kudos
Message 15 of 22
(2,661 Views)
Hi
Below is the syntax..
 
<?xml version="1.0"  encoding="iso-8859-1" ?>
<Seq SeqID="Sequeja" SeqPRJ="SeqPRJ" SeqCFG="ConfigMAP">
               <Step StepID="0">
               <UsrInfo> Testo<\UsrInfo>
               <\Step>
<\Seq>
 
 
In the next iteration another tag name 
<Step StepID="1">
<UsrInfo> Testo<\UsrInfo>
<\Step>
will come and so on.....
But it is overwriting the old tag......But i want to append...
 
Rikki
 
0 Kudos
Message 16 of 22
(2,644 Views)
Try the atttached as an example.

I'm not sure if you indicated which version of LabVIEW you have, so I provided an 8.2 and 8.0 version.
Download All
0 Kudos
Message 17 of 22
(2,629 Views)

Thanks....

I am using LabVIEW 7.1. Can you please provide the examples in that version.

Rikki

0 Kudos
Message 18 of 22
(2,626 Views)
OK. LabVIEW 7.1...
0 Kudos
Message 19 of 22
(2,616 Views)

Thanks ...

I am trying and will tell u in few minutes.....

Rikki

0 Kudos
Message 20 of 22
(2,614 Views)