Page 1 of 1

Data not passing through XML Text node

Posted: 24 Sep 2013, 16:11
by mortoni
Hi

I am using an XML Text node to pull some data from a web site. I do this with a C# plugin which returns XML, (and sets changed == true). This is fed to the input of the XMLText node, but the output is not updated unless I change the NS1 field of the node. Is this normal? How can I update the output value? Ventuz v4

Re: Data not passing through XML Text node

Posted: 25 Sep 2013, 08:46
by mortoni
This WAS my problem in the C#. I wasn't updating the right variable! All is good.

Re: Data not passing through XML Text node

Posted: 25 Sep 2013, 17:10
by Daniel Willer
Good :)