JorgenBogeS Posted November 11, 2014 Report 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
candidus Posted November 11, 2014 Report 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
JorgenBogeS Posted November 12, 2014 Author Report 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
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.