list within a list

Subin Modeel <[email protected]> Fri, 27 Jan 2012 03:21:11 +0530
Newsgroups gmane.comp.java.xdoclet.user
Message-ID <CADSCTuNk0MgbpMzrXaezbNuf-0OvQhVME73HkuvoPF=cYxUs0w@mail.gmail.com>
--===============5397099965376139207==
Content-Type: multipart/alternative; boundary=0016e6d99fa4ec71ea04b775605e

--0016e6d99fa4ec71ea04b775605e
Content-Type: text/plain; charset=ISO-8859-1

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

--0016e6d99fa4ec71ea04b775605e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi<br><br>I have the following tags<br>=A0* @class.annotation type=3D&quot;=
xc&quot;<br>=A0*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 attr=
=3D &quot;aaaa,bbbb,cccc&quot;<br>=A0*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0 attr=3D &quot;xxxx,yyyy,zzzz&quot;<br>=A0* <br clear=3D"=
all"><br><br>
I wish to generate<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &lt;ann=
otation type=3D&quot;xc&quot;&gt;<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0 &lt;annotationAttr name=3D&quot;aaaa&quot; value=3D&q=
uot;bbbb&quot; type=3D&quot;ccccc&quot;&gt;&lt;/annotationAttr&gt;<br>=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &lt;annotationAttr n=
ame=3D&quot;xxxx&quot; value=3D&quot;yyyy&quot; type=3D&quot;zzzzz&quot;&gt=
;&lt;/annotationAttr&gt;<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 &lt;/annotation&gt;<br>-- <br=
><br>Can some one please give me some idea about how i can do this in the .=
xdt file .<br>I have looked at XDtClass:forAllClassTagTokens but i couldnt =
get ahead.<br><br>Thanks<br>
Subin<br>

--0016e6d99fa4ec71ea04b775605e--


--===============5397099965376139207==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
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
--===============5397099965376139207==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

--===============5397099965376139207==--