Hi. I want to include offsite content on some of my pages (not rss, bux xml-feeds).
I have built a XSLT to transform the xml, but the content will not appear. The feed is ok. I am NOT good in xls, so bear with me, but the correct way of calling an external XML is:
<xsl:copy-of select="document('http://www.thestrange.path.to.thefeed.xml')"/>
OR -am I wrong?
I can't find any plugins for this. None at all.
Further: I have placed the files in my themes directory, calling them on the actual pages with Iframe. This must be the best solution for this?