19 |
|
xml::ScopeElement channel(rss, "channel"); |
20 |
|
|
21 |
|
rss.OpenElement("title"); |
22 |
< |
rss.OutputText(ext::String(buddy) + "'s Away Messages"); |
22 |
> |
rss.OutputText(buddy + "'s Away Messages"); |
23 |
|
rss.CloseElement(); |
24 |
|
rss.OpenElement("link"); |
25 |
|
rss.OutputText("http://computers.douglasthrift.net/zoe.xml"); |
26 |
|
rss.CloseElement(); |
27 |
|
rss.OpenElement("description"); |
28 |
< |
rss.OutputText(ext::String(buddy) + "'s AIM Away Messages from the past 30 " |
29 |
< |
+ "days."); |
28 |
> |
rss.OutputText(buddy + "'s AIM Away Messages from the past 30 days."); |
29 |
|
rss.CloseElement(); |
30 |
|
rss.OpenElement("lastBuildDate"); |
31 |
|
rss.OutputText(stamp); |