amaggs145 1 Posted April 25, 2012 Report Share Posted April 25, 2012 (edited) I am having an issue with reading back XML data that was written with the XML toolkit. It must be something simple that I am missing here. CantReadXML_Data.vi Edited April 25, 2012 by amaggs145 Quote Link to post Share on other sites
Jim Kring 126 Posted April 25, 2012 Report Share Posted April 25, 2012 Here's a slightly tweaked version that should work for you: Let me know if you need anything else. Quote Link to post Share on other sites
amaggs145 1 Posted April 26, 2012 Author Report Share Posted April 26, 2012 Here's a slightly tweaked version that should work for you: Let me know if you need anything else. Ah, okay great, thank you. I actually converged on this solution before I even saw the post here. I am noticing a trend, my last issue required the use of that Varray to Vcluster, this seems to be a useful one for XML toolkit Is there any documentation that explains why some data types work and others don't? Quote Link to post Share on other sites
Jim Kring 126 Posted April 26, 2012 Report Share Posted April 26, 2012 Ah, okay great, thank you. I actually converged on this solution before I even saw the post here. I am noticing a trend, my last issue required the use of that Varray to Vcluster, this seems to be a useful one for XML toolkit Is there any documentation that explains why some data types work and others don't? I'm not totally sure why you're example was failing, but I suspect it's a bug or a corner case (by bundling the variants into a cluster, it effectively creates a cluster with two identically named elements, which is sort of a no-no since cluster elements should really have different names -- easyxml uses the cluster element names when mapping into the xml data). I've forwarded your example VI off to our product support team, to look into. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.