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
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to