Is there any way to specify a referring element with an attribute value when
using a collection?

I mean:

<item ref="ref1"/>
<item ref="ref2"/>
<item ref="ref3"/>

instead of:

<item>ref1</item>
<item>ref2</item>
<item>ref3</item>

or

<... item="ref1 ref2 ref3" ...>

If this is not possible, is this enhancement planned?

Best regards,

Jose M Beleta

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to