Hi
I have created a Transform based upon the Java code transform.
Is there a way of outputting all the tags applied to an attribute
for a specific tag I can do this :-
%WRAP_COMMENT(attTag:"protobuf field min value",genOptWrapComment,"","// protobuf field min value ")%
but I would like to output all tags
%WRAP_COMMENT(attTag:"*",genOptWrapComment,"","// ")%
Do I need to use list or some form of loop
Any suggestions would be most welcome
Thanks