Random Number in XML
samaiaiJun 14 2011 — edited Jun 16 2011I have to generate a random number in a web request built in XML having params and values.
My web request is something like below:
<request action="createObject">
<params name="unique_name" value="123"/>
..
..
</request>
<response>
<assert ..
/>
</response>
the value 123 should be passed on random so that the req is taken care of automatically.
can I get this in some way of generating the number in same or someother xml or xsl.
will xpath can help in same way.
please suggest a sol.
thanks in advance
sam