 |
? |
Author |
Message |
thefredelement
Joined: 08 Aug 2013
Posts: 2
Location: Long Island, NY
|
Posted: Thu Aug 08, 2013 4:27 pm |

|
Hi, I've edited the sample-template file to only have:
[code]
~~~BeginItemsRecord~~~
~~~ItemDescription~~~
~~~EndItemsRecord~~~
[/code]
but rss2html.php spits out a ton of table data, I've looked in both rss2html.php and FeedforAll_XMLParser.inc.php files to see where I could edit that out but can't seem to find it.
I'd ideally like to truly format all the results myself, but at least remove the tables, or at the very least, the inline styles.
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Fri Aug 09, 2013 8:42 am |

|
No HTML formatting should be being added, beyond what is in the template.
If you post links to to the template, source rss feed, and rss2html.php scipt, I will take a look.
Is it possible that the HTML is coming from the Description in the RSS feed? RSS feeds can use HTML in the description field.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
thefredelement
Joined: 08 Aug 2013
Posts: 2
Location: Long Island, NY
|
Posted: Fri Aug 09, 2013 4:01 pm |

|
Tech Support wrote: |
No HTML formatting should be being added, beyond what is in the template.
If you post links to to the template, source rss feed, and rss2html.php scipt, I will take a look.
Is it possible that the HTML is coming from the Description in the RSS feed? RSS feeds can use HTML in the description field. |
That's exactly what it was.. I had to take a look at what was in the feed and it was sending all sorts of crazy stuff along, I took it out by using strip_tags.
|
|
|
 |
 |
|
|
|