It's best to ask on the M2T newsgroup, so I've added that to the "to"
list of the reply.
Kamesh Sampath wrote:
> Hi,
>
> Can anyone let me know how to use an xpath expression within JET2 ? I am
> trying to prefix my file names of the ws:file tag with an value evaluting to
> xPath
>
> Regards,
> Kamesh
>
>
>
>> Can anyone let me know how to use an xpath expression within JET2 ? I
>> am trying to prefix my file names of the ws:file tag with an value
>> evaluting to xPath
Depends on the context.
If the attribute expects an XPath expression you can enter it directly
like that:
<c:iterate select="//Dog" ..> // select all dogs.
If you'd like to set an attribute to be the _value_ of an XPath
Expression, you have to put it in curly braces, just like in XSLT.