 |
|
Author |
Message |
Tremblay79
Joined: 02 Nov 2010
Posts: 5
Location: Whitecourt, AB, Canada
|
Posted:
Tue Nov 02, 2010 5:34 pm |
  |
I got rss2html to work on all of my baseball team pages just fine. Almost too easy. www.profantasysports.org So if you go and click on MLB, then any team page, you get news for each team.
Now I have some main pages where I want to mix feeds together and started with the main page using rssMesh. I put the rssMesh in it's own folder www.profantasysports.org/rssindex and ran everything thru there. Im only using 4 feeds and they seem to work even tho the data looks all in schambles. Once I put it rss2html I get this error...
$errorCode = 4
xml_error_string() = not well-formed (invalid token)
xml_get_current_line_number() = 5
xml_get_current_column_number() = 45
xml_get_current_byte_index() = 263
Here are the file locations.
www.profantasysports.org/rssindex/rssindex.xml (template)
www.profantasysports.org/ (rss2html) is located
www.profantasysports.org/rssindex/rssindex_config.php (config for rssMesh) |
|
|
     |
 |
Toulousaing
Joined: 28 Apr 2012
Posts: 32
Location: Toulouse, France
|
Posted:
Sun Apr 29, 2012 6:27 am |
  |
Have a look at your xml file
xml_get_current_line_number() = 5
xml_get_current_column_number() = 45
xml_get_current_byte_index() = 263
what does it read? |
|
|
 |
 |
|
| |