LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to parse xml structures under linux

I can not find the possibility to provide xpath syntax (xml processing)
using the  internet toolkit addon for  lv8.0.
Are there any examples?

Thanks in advance
Thomas
 

0 Kudos
Message 1 of 2
(2,242 Views)
Do you need xpath, or a DOM implementation? These are two very different
things...

I do have a pure LabVIEW DOM implementation, but XPath is not part of the
DOM specification. The XML DOM specification is huge, and there's a good
change some parts (like unicode, references and namespaces) aren't working
as expected.

I have been working on a pure LabVIEW XPath implementation, but it's also
kinda big... XPath is even capable of parsing formulas, and that's when I
stopped working on it.

I have been thinking about offering it for free (as in free to use and
without charge, not sure about copyrights etc.). I'm very buzzy latelly, and
have little time to think about licensing and stuff. And the code has to be
more commented and cleaned up a bit (not to mention making icons). Perhaps
we can work something out though.

Regards,

Wiebe.


0 Kudos
Message 2 of 2
(2,226 Views)