Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Parsing the rss mod
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Zenfor
Junior Member

372 Posts

Posted - 07 December 2014 :  14:28:44  Show Profile  Reply with Quote
Does anyone know how to parse the xml output from the rss mod? I need it so it looks like a web page. Thank you!

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 December 2014 :  03:48:07  Show Profile  Visit HuwR's Homepage
it should be standard rss xml, just do a google and you should find what it contains, if you want to turn it into a webpage, a stylesheet would be the easiest way, probably lots of examples on the web

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 December 2014 :  04:33:33  Show Profile  Visit HuwR's Homepage
http://bytescout.com/?q=/products/developer/rss2htmlpro/how_to_display_rss_using_asp.html

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 08 December 2014 :  07:00:56  Show Profile
Yes, I saw the examples, just thought someone may have already done it. Thanks for the info.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 December 2014 :  07:38:02  Show Profile  Visit HuwR's Homepage
have you checked on SnitzBitz ?

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 08 December 2014 :  11:57:01  Show Profile
quote:
Originally posted by HuwR

have you checked on SnitzBitz ?


That's where I got the rss mod but didn't see anything to parse it. I'm actually close to getting something to work but getting an error I'm having trouble with:

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/forum/parse4.asp, line 51

strHTML = strHTML & Server.HTMLEncode(title)strHTML = strHTML & "</a>"

Here is the script:
http://eastonmass.com/forum/docs/parse4.txt

Thanks!
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 December 2014 :  13:30:46  Show Profile  Visit HuwR's Homepage
this strHTML = strHTML & Server.HTMLEncode(title)strHTML = strHTML & "</a>"
needs to be on 2 lines like below
strHTML = strHTML & Server.HTMLEncode(title)
strHTML = strHTML & "</a>"

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 08 December 2014 :  14:08:23  Show Profile
quote:
Originally posted by HuwR

this strHTML = strHTML & Server.HTMLEncode(title)strHTML = strHTML & "</a>"
needs to be on 2 lines like below
strHTML = strHTML & Server.HTMLEncode(title)
strHTML = strHTML & "</a>"



Excellent, that worked perfectly, thanks for all your help...
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07