ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 13th, 2012, 09:12 AM
decker27 decker27 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 84 decker27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 43 m 32 sec
Reputation Power: 10
Question Parsing Sharepoint rss characters

I have a rss feed generated from SharePoint that I am trying to parse into a classic ASP page, and have 2 issues using the code below
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
RSSURL = "http://sharepoint/_layouts/listfeed.aspx?List=%7B4ED19A5A%2D3247%2D4219%2D8B76%2DBB4AB43262DF%7D"

Set objHTTP = Server.CreateObject("WinHTTP.WinHTTPRequest.5.1")
objHTTP.open "GET",RSSURL,false
objHTTP.send

Response.Write(objHTTP.responseText)
%>

First Issue
When I view the source of the page, in front of the <?xml version="1.0" encoding="UTF-8"?> I see the following Characters:


Second Issue
There are characters in the rss feed such as ’ that when written onto the page appear as ’.

These tests were done in Chrome but different characters appears in other browsers.

I have tried to include a meta charset at the top of the page and tried putting my ASP code within the body tags of the page but no of these resolved the issue.

I am assuming it is to do with the charset setting of the ASP page but not sure where I should tweak the code.

Any pointers

Reply With Quote
  #2  
Old September 28th, 2012, 11:47 PM
omaanazmer omaanazmer is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Location: 5215 96th St, Lubbock, TX 79424
Posts: 1 omaanazmer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 47 sec
Reputation Power: 0
Really Simple Syndication (RSS) is a widely used technology for transmitting information across the Internet and intranets. If you're using Microsoft SharePoint, you can get RSS feeds delivered to your SharePoint site using Tim Heuer's RSS FeedReader Web Part.


it outsourcing

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Parsing Sharepoint rss characters

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap