Posted by emackn on October 28, 2009 at 7:18pm
Jump to:
| Project: | FeedAPI |
| Version: | 6.x-1.9-beta2 |
| Component: | Code parser_simplepie |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The feed I'm dealing with has anchor tags in it of the sort,<a href='#anchor1' name="anchor1" >[1]</a>
From another site, when I consume the feed, http://www.irantracker.org/roundup-rss/rss.xml, the content comes in fine, but all the previous anchor tags are now prepended with the feedapi_url, so<a href='http://www.irantracker.org/roundup-rss/rss.xml#anchor1' name="anchor1" >[1]</a>
This looks to be a SimplePie issue, but I dont see how to configure it. Any tips?
Comments
#1
is the problematic feed url public? can you paste it here?
#2
client took the anchor tags out.