JorgenBogeS Posted November 11, 2014 Report Share Posted November 11, 2014 I am creating an XML output and using API. I have succes with adding attributes to the 'testsuite' tag, but I cannot find the right construction to add attributes to the child - e.g. the child 'testcase' tag. Anyone have success with this? Quote Link to comment
candidus Posted November 11, 2014 Report Share Posted November 11, 2014 XML can be tricky because it's refnum-based. Use error wires to force the execution order of the invoke nodes. The following snippet adds an attribute "attr"="1" to the <properties/> element. 2 Quote Link to comment
JorgenBogeS Posted November 12, 2014 Author Report Share Posted November 12, 2014 Thanx. In the meantime I figured it out the same way as you - but thanks anyway. In fact I was a little surprised, that the amount of topics was so limited to this very common use file I/O. Quote Link to comment
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.