A new mod is developed by eMedia)Fabrik.
It's call xml4wcms and gives you the oppertunity to insert external or local xml-files with an replacemen-tag in your content.
You can insert e.g. RSS-feeds, Docbook or other XML-content with an XSL-stylesheet in your website.
check it out @ http://www.emediafabrik.de/index.php?de ... d_xml4wcms
MOD: XML4WCMS
MOD: XML4WCMS
Last edited by cguenther on Tue 16. Nov 2004, 10:31, edited 1 time in total.
Sorry, the page is only german.
Demo:
RSS-Feed Import http://www.vanossy.de/index.php?id=13,53,0,0,1,0
Docbook Import http://www.vanossy.de/index.php?id=19,56,0,0,1,0
I hope that could help.
Demo:
RSS-Feed Import http://www.vanossy.de/index.php?id=13,53,0,0,1,0
Docbook Import http://www.vanossy.de/index.php?id=19,56,0,0,1,0
I hope that could help.
Last edited by cguenther on Tue 16. Nov 2004, 10:32, edited 1 time in total.
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
Hello,
I am trying to add news feeds to a site and seem to be running into a little problem with the mod. I did exactly as the howto.txt reads and tryed it wth Heise Newsticker:
{XML:http://www.heise.de/newsticker/heise.rdf:heise.xsl}
But it give back a error. javascript:emoticon('')
Fatal error: Call to undefined function: xslt_create() in /home/content/k/e/l/kelleylaw/html/include/inc_front/front.func.inc.php on line 1990
Here are the lines of code that seem to be causing the error.
Can anyone show me what is wrong? I wish I was better at coding
Thanks for the help.[/b]
I am trying to add news feeds to a site and seem to be running into a little problem with the mod. I did exactly as the howto.txt reads and tryed it wth Heise Newsticker:
{XML:http://www.heise.de/newsticker/heise.rdf:heise.xsl}
But it give back a error. javascript:emoticon('')
Fatal error: Call to undefined function: xslt_create() in /home/content/k/e/l/kelleylaw/html/include/inc_front/front.func.inc.php on line 1990
Here are the lines of code that seem to be causing the error.
Code: Select all
$xsltref=xslt_create();
$xhtml=xslt_process($xsltref,'arg:/_xml', $stylesheet, NULL, $args);
xslt_free($xsltref);
Thanks for the help.[/b]
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact: