Mutsop
asked on
joomla xml parser module
Hi,
I've been searching for a while and can't seem to find a way to actually create a joomla 1.6 module (xml parser).
I actually need to retrieve information from this xml: link
fyi only from one of these servers I need to retrieve information, not all of them.
How do I proceed? Also how should I put this in a module for joomla 1.6?
regards
I've been searching for a while and can't seem to find a way to actually create a joomla 1.6 module (xml parser).
I actually need to retrieve information from this xml: link
fyi only from one of these servers I need to retrieve information, not all of them.
How do I proceed? Also how should I put this in a module for joomla 1.6?
regards
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
ooow.... this is kinda embaracing :(
This is what happens when you copy paste and dont check the code twice :)
thanks
This is what happens when you copy paste and dont check the code twice :)
thanks
ASKER
thanks
Thanks for the points and please don't feel bad about it - we've all done something like that! All the best, ~Ray
ASKER
It's the first time I'm trying to build a module for joomla 1.6.
So to ease my work I just copied the basic of the rss feed module.
Now, I'm trying to read an xml file (from an url) and show these information on my website.
So here is the code (I suppose you don't really need the default.php and xml of the options).
mod_xmlreader.php:
Open in new window
helper.php:
Open in new window
So as you can see, I'm using a print_r to see the result of my array.
But as my title says, its empty :(
Any ideas why?