Hello,
I'm using SessionTransformer and would like to set an attribute with the value of a request parameter.  I understand, that if I were to set an element I would do something like:
 
<item>
 <id><session:getxml context="request" path="/parameter/id"/></id>
</item>
 
However, what I would like to do is:
<item id="the value of id request parameter"/>
 
Does anyone know if this is possible, or if not, what are the typical workarounds?
 
Thanks,
-Alex

Reply via email to