Hi,
I need to show some data from an xml feed in our site (EE2 1.6.4beta), but I must be missing something…
I´ve installed the ajw_feedparser plugin, (and already checked it works…)
The xml feed is this one: http://desarrollo.capitalbolsa.com/ws , with this structure:
<noticiasResponse>
<noticia>
<id>58141</id>
<fecha>2011-01-03 08:05:05</fecha>
<titulo><![CDATA[...whatever…]]></titulo>
<subtitulo><![CDATA[]]></subtitulo>
<contenido>...whatever…</contenido>
<secciones>
</secciones>
<valores>
</valores>
</noticia>
<noticia>
...
</noticia>
</noticiasResponse>That´s the code I´ve placed in the template:
{exp:ajw_feedparser
url="http://desarrollo.capitalbolsa.com/ws"
itempath="/noticiasResponse"
cache_refresh="100"
limit="5"
debug="true"
}
<h2>{titulo}</h2>
<p>{if no_results}<br />
No results<br />
{/if}<br />
{/exp:ajw_feedparser}I´ve tryed changing the itempath, in any combination of /noticasResponse/noticias…
But I´m not retrieving any data at all… just No results
Does anybody knows what am I doing wrong or if it´s anything in the source of the feed?
Thanks in advance,
Gabriel
[Mod Edit: Moved to the Community Help forum]