 |
|
Author |
Message |
soren4link
Joined: 14 Sep 2006
Posts: 5
|
Posted:
Sun Nov 26, 2006 8:23 pm |
  |
|
  |
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2805
|
Posted:
Sun Nov 26, 2006 8:34 pm |
  |
|
  |
 |
soren4link
Joined: 14 Sep 2006
Posts: 5
|
Posted:
Sun Nov 26, 2006 8:47 pm |
  |
|
  |
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2805
|
Posted:
Sun Nov 26, 2006 8:52 pm |
  |
From that I created the following config file
Code: |
<?PHP
$useOutputCaching = 1;
$outputCacheTTL = 3600;
$XMLTemplate = "rssMesh_Template.xml";
$sortOutputByPubDate = 1;
$feedList = Array(
// Entry #1
Array("fileURL" => "http://www.drmossthebeautyboss.com/blog/?feed=rss2",
"itemCount" => "10",
"feedTTL" => "3600"
)
);
?> |
and it worked without a problem.
Jim |
_________________ Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/
FeedForAll Mac and rss2html.php
support@FeedForAll.com |
|
  |
 |
soren4link
Joined: 14 Sep 2006
Posts: 5
|
Posted:
Sun Nov 26, 2006 8:55 pm |
  |
Thank you for being on top of this Jim.
I think I found the problem. Dumb me forgot to include the UTF-8 to the configuration file.
It's now parsing like it should.
Thanks again. |
|
|
  |
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2805
|
Posted:
Sun Nov 26, 2006 9:02 pm |
  |
soren4link wrote: |
Thank you for being on top of this Jim.
I think I found the problem. Dumb me forgot to include the UTF-8 to the configuration file.
It's now parsing like it should.
Thanks again. |
I am glad you got if fixed.
Jim |
_________________ Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/
FeedForAll Mac and rss2html.php
support@FeedForAll.com |
|
  |
 |
|
| |