Let's suppose that my values come from a array, like: {'54','55','56'}
How can I dynamically assemble the xml below ( in the values tags )?
<fetch top='5'>
<entity name="abc">
<attribute name="abc1" />
<attribute name="abc2" />
<filter type="and">
<condition attribute="abc2" operator="in">
<value>999-53</value>
<value>999-55</value>
</condition>
</filter>
</entity>
</fetch>
Thank you in advance


Report
All responses (
Answers (