I used this psml file:

<?xml version="1.0" encoding="UTF-8"?>
 <page>
  <defaults
     skin="orange"
     layout-decorator="decorator"
     portlet-decorator="clear"
  />
  <title>RSS Page</title>
<fragment id="rsspage" type="layout"
name="jetspeed-layouts::VelocityOneColumn">
    <fragment id="rss" type="portlet"
name="MTF::RSSVisualizationPortlet" >
        <property layout="OneColumn" name="row" value="0"/>
        <preference name="ViewPage" readOnly="false">
         <value>/WEB-INF/templates/instance/rss.vm</value>
          </preference>
    </fragment>
    <fragment id="rss2" type="portlet"
name="MTF::RSSVisualizationPortlet" >
        <property layout="OneColumn" name="row" value="1"/>
                <preference name="ViewPage" readOnly="false">
               <value>/WEB-INF/templates/instance/rss2.vm</value>
            </preference>
    </fragment>
</fragment>
</page>

Calling this psml file using this url:
http://<website>/<jetspeedapp>/portlet/rss.psml?entity=rss where rss is
the fragment id of the "MTF::RSSVisualizationPortlet" portlet I receive
this html markup:

<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd";
         xmlns:dc="http://purl.org/dc/elements/1.1/";
         xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/";
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
         version="2.0">

         <channel>
                <title>Punto Informatico</title>
                <link>http://punto-informatico.it</link>
                <description>Il quotidiano di Internet dal 1996</description>
                <language>it-IT</language>

                <pubDate>Sat, 16 May 2009 10:08:00 GMT</pubDate>
                <lastBuildDate>Sat, 16 May 2009 10:08:00 GMT</lastBuildDate>
                <ttl>30</ttl>
                <image>
                        <title>Punto Informatico</title>
                        
<url>http://punto-informatico.it/_box/dati/bottoni/btp3.gif</url>

                        <link>http://punto-informatico.it</link>
                        <description>Il quotidiano di Internet dal 
1996</description>
                </image>
                <item>
                        <title>Microsoft mostra (in parte) Zune HD</title>

<link>http://feeds.punto-informatico.it/c/32288/f/438866/s/430c3ef/l/0Lpunto0Einformatico0Bit0C26237870CPI0CBrevi0Cmicrosoft0Emostra0Ein0Eparte0Ezune0Ehd0Baspx/story01.htm</link>
                        <description>BigM conferma le voci circolate all'inizio 
del mese
scorso e svela alcuni dati relativi alla sua creatura in cui, nonostante
tutto, crede ancora&lt;img width='1' height='1'
src='http://feeds.punto-informatico.it/c/32288/f/438866/s/430c3ef/mf.gif' 
border='0'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/39771513444/u/159/f/438866/c/32288/s/70304751/a2.htm"&gt;&lt;img
 
src="http://da.feedsportal.com/r/39771513444/u/159/f/438866/c/32288/s/70304751/a2.img";
 border="0"/&gt;&lt;/a&gt;</description>

                        <pubDate>Fri, 15 May 2009 12:25:05 GMT</pubDate>
                        <guid
isPermaLink="false">http://punto-informatico.it/2623787/PI/Brevi/microsoft-mostra-in-parte-zune-hd.aspx</guid>
                </item>
                </channel>
</rss>

Which is an rss generated by the porlet using the rss.vm file.
Only the first portlet fragment is given back but not the entire page.
Are you sure you used the
http://<website>/<jetspeedapp>/portlet/rss.psml?entity=rss and not
http://<website>/<jetspeedapp>/portal/rss.psml?entity=rss ?
"portlet" instead of "portal"?


Cone consulting 
Business in rete
Via Sandro Totti 7A - 60131 Ancona
Tel 071 9931 269
Fax 071 9931 270
eMail roberto.ro...@cone.it
Web www.cone.it

Reply via email to