SimplePie prepends html anchors with the feed URL
emackn - October 28, 2009 - 19:18
| Project: | FeedAPI |
| Version: | 6.x-1.9-beta2 |
| Component: | Code parser_simplepie |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
is the problematic feed url public? can you paste it here?
#2
client took the anchor tags out.