RJanecek
14 years agoRegular Contributor
Create xml element with groovy and use it
Hi,
I wanna load property from data source then in groovy script I wanna create element with this property
thx
I wanna load property from data source then in groovy script I wanna create element with this property
element = "<data>" + datafromdatasource + "</data>"end then I wanna use this element in my xml.
something like that I dont remember how I did this . Please help
<Body> [$element] </Body>
thx