Hi Martin,
the header is stored in:
var $__header = null;
may be, it's only used in the header-function of xml.php?!?
but alternatively you can use the option-param e.g.:
$rss = new XML($url_to_an_rss_feed, array('encoding'=>'ISO-8859-1') );
If you have PHP5, as well you can use SimpleXML - like Tim:
http://debuggable.com/posts/parsing-xml-using-simplexml:480f4dfe-6a58-4a17-a133-455acbdd56cb
Hope that helps
RoVo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---