02-25-2009 05:36 AM
In LabView 8.5 the XML classes ware in English Language. In 8.6.1 they are German / I user the German Version ). I use the XML_Element or XML_Knoten and if I right-click on the Propertymode then "choose property" and there isn't the attributes property. Out 8.5 Project isn't working becouse I can't read the XML attributes.
Any Ideas?
02-25-2009 05:44 AM
Hey Markus,
This is a known issue.
Attached you will find a VI with the property node and the "Attributes"property. Try to replace your node with this one and it should work.
Christian
02-25-2009 06:22 AM
Hi Christian,
Thank you for the fast answer!
Unfortunately I'm a LabView beginner. I've opened the vi ( the text attributes are gree or so) and drag the property node to my project.
After this,in my project, theAttributes text ist black and thesame error. How can I take this one in my project?
Thx!
Markus
02-25-2009 09:47 AM - edited 02-25-2009 09:48 AM
Hey,
You are right, it's not working that way.
Attached you will find a VI you can use as SubVI like the property itself.
So download the VI and place it in your code, then you can wire the XML referenc to it and should get the attributes reference as result.
If this wont work, please contact your local NI Office under +49 89 7413130
Thanks,
Christian
02-26-2009 02:13 AM
Hi Christian,
thank you for the vi. I think this would work, but there is a class conflict. I need the attributs from the XML_Element and XML_Knoten Class( I think XML_Node in english). With this XML_Document class this dosn't work in our project.
Thanks for the number, I think I have to call to NI.
Markus