Jump to content

Does EasyXML support XML attributes?


Recommended Posts

Posted

Yes, attributes are achieved by placing a cluster named "#attributes" as the first cluster element of the xml element cluster.

 

Example LabVIEW Data Structure:

attributes.png

 

EasyXML output:

<my_element my_attribute_1="value 1" my_attribute_2="value 2"/>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.