|
From: Subin M. <sub...@gm...> - 2012-01-26 21:51:18
|
Hi
I have the following tags
* @class.annotation type="xc"
* attr= "aaaa,bbbb,cccc"
* attr= "xxxx,yyyy,zzzz"
*
I wish to generate
<annotation type="xc">
<annotationAttr name="aaaa" value="bbbb"
type="ccccc"></annotationAttr>
<annotationAttr name="xxxx" value="yyyy"
type="zzzzz"></annotationAttr>
</annotation>
--
Can some one please give me some idea about how i can do this in the .xdt
file .
I have looked at XDtClass:forAllClassTagTokens but i couldnt get ahead.
Thanks
Subin
|