LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read XML file using Automatic ref No

 Hi ,

                      Thank you .i will try that

0 Kudos
Message 11 of 28
(1,584 Views)
Hi iam using MSXML to retrive the data by using the Xpath query.I am getting only the first data how can i get the suceesive data.For example i have attached the VI and sample file .xml in the XMLselect node VI if i give //Instrument it is giving only first set of data alone.can u tel how it can be made
0 Kudos
Message 12 of 28
(1,564 Views)
All that you uploaded was the MSXML version of the LabXML distribution. You did not upload your VI or the XML file that you're using...
Message 13 of 28
(1,553 Views)
With the Automatic Ref num of a file.We can find the Path of the file .I tried with inbuilt Refnum to path but it is not connecting help me out
0 Kudos
Message 14 of 28
(1,531 Views)
With the automatic reference no of a file i need to know the path of a file.help me out
0 Kudos
Message 15 of 28
(1,523 Views)
I'm sorry, but I do not understand what you are asking. Please rephrase what you are asking and provide more details or, better yet, upload your code with some indication of what you're trying to do where.
Message 16 of 28
(1,514 Views)
I have no code for this ya . Consider You have one XML file or document .previousely i have send one MSXML package in that load vi will be there with the help of that you can get the automatic reference num of the document.With this automatic Reference Num of the document i want to get the file path where this document resides in the system.got it
0 Kudos
Message 17 of 28
(1,506 Views)
Hi i have attached the vi what i am trying there is an error check it out.i cannot clear the error
0 Kudos
Message 18 of 28
(1,496 Views)

You cannot do that. The Refnum To Path function will only work if the reference is a file reference. The reference you have is an XML object reference, which is something completely different. The closest that you're going to get is to get url property of the XML object reference:

 

Message Edited by smercurio_fc on 09-05-2008 10:18 AM
Message 19 of 28
(1,464 Views)
Thanks ya.I got it
0 Kudos
Message 20 of 28
(1,441 Views)