JKISoftware / JKI-EasyXML

JKI EasyXML Toolkit for LabVIEW
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Easy Parse XML doesn't accept Variant type #10

Open StefanCals opened 3 months ago

StefanCals commented 3 months ago

The Easy Parse XML_JKI EasyXML.vi doesn't accept it when I don't specify my Type. This : image

Results in the following error : image

Why is this the case? I would expect it to work as it does for the LabVIEW native XML parsing and for JKI-JSON parsing as well.

Examples :

This is OK, and works. image

This is also OK, and works. image