thanks phillipe,<br><br>but it doesn&#39;t work, because WARenderedHtmlRoot does not understand rss :)<br><br>i&#39;ll try having a look at the RSRSS project. maybe that helps.<br><br>thx for your help<br>
<br>
Philippe Marschall schrieb:
<blockquote cite="mid:66666f210707272326y4fcfdc72r966d5db3e4d5d5c7@mail.gmail.com" type="cite">
  <pre>2007/7/27, Peter Osburg &lt;<a href="mailto:peter.osburg@gmail.com">peter.osburg@gmail.com</a>&gt;:<br></pre>
  <blockquote type="cite"><pre>hey guys,<br><br>i tried to play a little bit with seaside and rss stuff. so now i developed<br>a tool that can create valid xml output with rss content.<br>so what will be my next step?<br>
i want to add the following to the head of the html:<br><br>&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS&quot; href=&quot;blub&quot; /&gt;<br><br>so i decided to use the updateRoot method. but how to add the link? i tried
<br>to use the addHeadElement and then to add a WALinkElement<br><br>updateRoot: aHtmlRoot<br>    aHtmlRoot addHeadElement: ((WALinkElement new) beRss)<br><br>but then i fail with an error because WALinkElement has an instance variable
<br>called attributes that is nil. so i tried to set the attributes manually ...<br>to shorten the story: i failed again :)<br><br>so how can i add the tag with the &quot;application/rss+xml&quot; stuff to the head?<br>any help would be great. thx alot mates
<br></pre></blockquote>
  <pre><br>aHtmlRoot rss title: &#39;RSS&#39;; url: &#39;blub&#39;.<br><br>Philippe<br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org
</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br><br></pre>
</blockquote>