| Author |
Topic Search Topic Options
|
Vallis
Newbie
Joined: 13 March 2006
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2006 at 12:47am |
|
Greetings:
I just wanted to pop in with a single comment regarding the RSS development. Though I know it is being worked on, I found a minor bug that may need to be addressed in rss_forum_feed.asp.
If the variables strRssChannelTitle or strForumName contain an ampersand, the XML parser breaks down with malformed code. I didn't run the variables with the filters, but I found that replacing an ampersand with "&038;" will still fail, but "&" will not (I used the replace function).
Just thought I'd throw that out there if that hasn't been identified yet.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 March 2006 at 3:10pm |
Many thanks everyone, I have been working on the RSS Feed over the weekend to expand it so there are now RSS Feeds of:- - RSS Feed of Last 10 Posts on board
- RSS Feed of Last 10 posts in forums
- RSS Feed of Topics with posts (available for 2 weeks from last post in topic)
- RSS Feed of Latest Calendar Events
I have also been looking into the performance issues which are not as a result of the ASP code but look to be an issue with making calls to external sites for RSS mods and namespaces, but this has now been changed as the speed seems to be much better now.
|
 |
Ritchie
Groupie
Joined: 14 June 2005
Location: Russian Federation
Status: Offline
Points: 91
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 March 2006 at 7:17am |
There is a problem with display of some words in RSS to a tape. Or it not a problem?
|
|
Чем дальше в лес, тем толще партизаны
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 March 2006 at 10:14am |
|
Thanks Ritchie, I have seen this myself and hope to have the chance to look into this weekend when I improve the XSLT style sheet for the RSS Feeds.
|
 |
dfrancis
Senior Member
Joined: 16 March 2005
Location: United States
Status: Offline
Points: 442
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 July 2006 at 12:53am |
-boRg- wrote:
Many thanks everyone, I have been working on the RSS Feed over the weekend to expand it so there are now RSS Feeds of:-
- RSS Feed of Last 10 Posts on board
- RSS Feed of Last 10 posts in forums
- RSS Feed of Topics with posts (available for 2 weeks from last post in topic)
- RSS Feed of Latest Calendar Events
I have also been looking into the performance issues which are not as a result of the ASP code but look to be an issue with making calls to external sites for RSS mods and namespaces, but this has now been changed as the speed seems to be much better now.
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 July 2006 at 9:13am |
|
This post was from a beta version from last March and all these changes are available in the latest 8.03 version.
The Web Wiz Forums own names space is required for the part <WebWizForums:feedURL> as this is not part of the RSS name space, but XML standards require that you place in some link to a document that explains what is in the name space, however, this document which you mention doesn't have to actual exist.
|
|
|
 |
dfrancis
Senior Member
Joined: 16 March 2005
Location: United States
Status: Offline
Points: 442
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 July 2006 at 2:55pm |
|
Learn something new every day... and from you my friend... I have learned some great stuff. THANK YOU AGAIN!
|
 |