How to replace three calls to ‘myMacro’:
<myMacro value='value 1'/> <myMacro value='value 2'/> <myMacro value='value 3'/>
By only one call who would use a list of three elements: value 1, value 2, value 3
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could make use of the
Fortask from the 3rd party Ant-Contribs tasks. It makes use of the AntMacroDeftask, so combining this with your earlier question you could replace your macro and three macro calls with: