-> Sorry! It should be in the support forum. Mod, please move!
XML4WCMS is running fine with rdf-feeds like "heise.de".
But when using a rss-feed nothing is displayed.
maybe it needs some tweaks in the xsl but I am a totaly noob to this...
can anyone help me to display some rss on my site?
Thx in advance!
[XML4WCMS] RSS 0.91 parsing problem
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
of course it is not working with all RSS Feeds, because the XSLT Stylesheets used with the xml4wcms mod distribution is especially for heise.de (which is RDF 0.9)
all you need to do is to create your xslt stylesheet for your RSS you want to include and that's it!
edit: this is no bug of xml4wcms but just the fact that not all xml files have the same structure and therefore need other stylesheets. logical, or not?
all you need to do is to create your xslt stylesheet for your RSS you want to include and that's it!
edit: this is no bug of xml4wcms but just the fact that not all xml files have the same structure and therefore need other stylesheets. logical, or not?
if you say so...
as mentioned before i'm a 100% noob to xml.
but i keep learning...
i finally made the matching xsl for an rss and it works nearly perfect.
with one exeption:
german umlauts like "ä,ü,ö" and special characters like "&" are srewed.
something must be wrong with the coding settings.
phpwcms and xsl settings are "iso-8859-1" but in the source code of the wcms page somehow a tag appears.
Does anybody know where this comes from or what to change?
as mentioned before i'm a 100% noob to xml.
but i keep learning...
i finally made the matching xsl for an rss and it works nearly perfect.
with one exeption:
german umlauts like "ä,ü,ö" and special characters like "&" are srewed.
something must be wrong with the coding settings.
phpwcms and xsl settings are "iso-8859-1" but in the source code of the wcms page somehow a
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
Does anybody know where this comes from or what to change?
this would help:
http://www.amazon.de/exec/obidos/ASIN/3 ... 94-3717359
http://dict.leo.org
and as always ... RTFM !
http://www.amazon.de/exec/obidos/ASIN/3 ... 94-3717359
http://dict.leo.org
and as always ... RTFM !
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
add to you stylesheet:
or check your private messages
Code: Select all
<xsl:output encoding="ISO-8859-1"/>