|
How to use markup builder as a big string: msg#00112lang.groovy.user
I've used
MarkupBuilder to make an HTML document:
htmlOut = new
MarkupBuilder();
htmlOut.html()
{
...
}
Now I want to use
htmlOut as a big old string, e.g.:
x.method(htmlOut);
where the method
requires a string.
I'm missing
something obvious here!
Gary
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | What's wrong with this syntax = markupBuilder + SQL, Furash Gary |
|---|---|
| Next by Date: | Compiling, Bill Odefey |
| Previous by Thread: | What's wrong with this syntax = markupBuilder + SQL, Furash Gary |
| Next by Thread: | Re: How to use markup builder as a big string, Guillaume Laforge |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |