The tag "<show>" is hardcoded in the xml parsing code
eseyman - November 4, 2008 - 15:57
| Project: | Feedme XML |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dellintosh |
| Status: | closed |
Jump to:
Description
The readDatabase() function in parser/xml_to_php.parser.php reads an XML file and attempts to generate an array from the contents. This function looks for a tag called "<show>" to split the xml and, while this is a tag that is present in the sample xml file included in the module, I doubt that it is something that you can count on being present in all xml files.
Feeding readDatabase() a file which does not contain a tag will result in it being unable to extract feeditems.

#1
Correcting a spelling mistake in the title. My bad.
#2
Thank you for raising my attention on that. I thought I got all the Warner Bros/Word Records specific stuff factored out of there, but I must've missed this.
#3
fixed in version 5.x-1.2
#4
Automatically closed -- issue fixed for two weeks with no activity.