Simply retreive tag element insteant of tags element and do a for on
elements ? replacing item(0) by item(i)

Christian

On Sat, Aug 8, 2009 at 1:29 PM, Nickelnext <nickeln...@gmail.com> wrote:

>
> Using the previous example, i mean that i would render that string in
> this way in a Label or HTML widget.
>
> <tags>
>     <tag>content</tag>
>     <tag>more content</tag>
> </tags>
>
> but i tried using String.replace (like : string.replace("><", ">\n<")
> or string.replace("><", "><br />")) method using both the special
> chars "\n" and "<br /"> (using html widget) but none of them is
> working. Any idea?
>
> Thanks
>
> Nickelnext
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to