P.S. :

<call path="/Question/Answers/*" target="foo">
  <param name="img" path="@Media" />
</call>

will hit all Media=... attributes und /Question/Answers,
if you need all Media Attributes you need to use =

<call path="//*" target="foo">
  <param name="img" path="@Media" />
</call>


Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to