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"=
xc"<br>=A0*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 attr=
=3D "aaaa,bbbb,cccc"<br>=A0*=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0 attr=3D "xxxx,yyyy,zzzz"<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 <ann=
otation type=3D"xc"><br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0 <annotationAttr name=3D"aaaa" value=3D&q=
uot;bbbb" type=3D"ccccc"></annotationAttr><br>=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <annotationAttr n=
ame=3D"xxxx" value=3D"yyyy" type=3D"zzzzz">=
;</annotationAttr><br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 </annotation><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==--