Integration of a non-specific XML file - Joomla! Forum - community, help and support
hi all,
i'm looking extension similar simple rss news reader.
but need more.
i external xml file - not defined rss, own format:
example:
this extension should able read.
the best way displaying use own template each external xml source.
i searched after @ extension directory there nothing find - until now.
can help?
i'm looking extension similar simple rss news reader.
but need more.
i external xml file - not defined rss, own format:
example:
code: select all
<myxmlcode>
<info>
<meta name="author" value="my author"/>
<meta name="author-link" value="http://www.myurl.com"/>
<meta name="copyright" value="copyright"/>
<meta name="copyright-link" value="http://www.copyright-url.com/"/>
</info>
<content id="6758">
<date>2009-04-28</date>
<headline>headline</headline>
<content1>lorem ipsum</content1>
<content2>lorem ipsum</content2>
<content3>lorem ipsum</content3>
</content>
</myxmlcode>this extension should able read.
the best way displaying use own template each external xml source.
i searched after @ extension directory there nothing find - until now.
can help?
Comments
Post a Comment