 |
|
 |
[XmlException: Reference to undeclared entity System.Xml.XmlTextReaderImpl.Throw(Exception e) +122
System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) +80
System.Xml.XmlTextReaderImpl.HandleGeneralEntityReference(String name, Boolean isInAttributeValue, Boolean pushFakeEntityIfNullResolver, Int32 entityStartLinePos) +462
System.Xml.XmlTextReaderImpl.ResolveEntity() +199
System.Xml.XmlLoader.LoadAttributeNode() +476
System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +332
System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +96
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +485
System.Xml.XmlDocument.Load(XmlReader reader) +175
System.Web.UI.WebControls.XmlDataSource.PopulateXmlDocument(XmlDocument document, CacheDependency& dataCacheDependency, CacheDependency& transformCacheDependency) +441
System.Web.UI.WebControls.XmlDataSource.GetXmlDocument() +255
System.Web.UI.WebControls.XmlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +63
System.Web.UI.WebControls.BaseDataList.GetData() +72
System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +483
System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +92
System.Web.UI.WebControls.BaseDataList.DataBind() +103
System.Web.UI.WebControls.BaseDataList.EnsureDataBound() +94
System.Web.UI.WebControls.BaseDataList.CreateChildControls() +110
System.Web.UI.Control.EnsureChildControls() +140
System.Web.UI.Control.PreRenderRecursiveInternal() +124
System.Web.UI.Control.PreRenderRecursiveInternal() +292
System.Web.UI.Control.PreRenderRecursiveInternal() +292
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4774
|
|
|
|
 |
|
 |
I used this code and my issue was resolved in a moment
|
|
|
|
 |
|
|
 |
|
 |
I had try out ur code as i beginner i dont know about feed.rss.
Please elaborate about xpath.
Thanks
Rohit
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
Hi
I have created an RSS Feed in my application. I have set values for all essential values for RSS. The description attribute is set as a string that is obtained by calling a method. now What that method is doing is that it creates HTML like :
RSSCourseDisplayDetails.Append("<table><tr><td><img src='" + Global.SiteRootPath + "/Local/Images/VRM/btnLaunch.png'></td><td><a href=" + sqlDr["Course_External_URL"].ToString() + " target="+"_blank "+ " >Launch/Register</a></td></tr></table>");...........and so on…..
As you can see I have used sqlDr a DataReader to read rows returned by a stored proc in SQL Server.
So the String Builder is appended more HTML like that. and thus the whole description of the RSS item is created in tabulated format.
The issue that I am facing is that target="_blank" does not work. The link redirects to the new page in the same browser window.
I want it to open in a new browser window....Please help..
|
|
|
|
 |
|
|
 |
|
 |
Hi
I have created an RSS Feed in my application. I have set values for all essential values for RSS. The description attribute is set as a string that is obtained by calling a method. now What that method is doing is that it creates HTML like :
RSSCourseDisplayDetails.Append("<table><tr><td><img src='" + Global.SiteRootPath + "/Local/Images/VRM/btnLaunch.png'></td><td><a href=" + sqlDr["Course_External_URL"].ToString() + " target="+"_blank "+ " >Launch/Register</a></td></tr></table>");...........and so on…..
As you can see I have used sqlDr a DataReader to read rows returned by a stored proc in SQL Server.
So the String Builder is appended more HTML like that. and thus the whole description of the RSS item is created in tabulated format.
The issue that I am facing is that target="_blank" does not work. The link redirects to the new page in the same browser window.
I want it to open in a new browser window....Please help..
|
|
|
|
 |
|
 |
Hi all,
I am working on Rss feed data which comes through 15 rss feeds. My problem is How to combine and select latest 5 or 10 recored.
Please help me!
Yadav A K
|
|
|
|
 |
|
 |
thanks for your code and its help full for me but i would like to know that how i can show values if page is not in rss format but in xml format then i parsing that and show is there any process as you use for rss in place of rss there is any way to use xml also.
Transformation File = we are not currently using any XML transformation file, so leave it blank. as u tell how i use this transformation file if there is an xml file.
thanks in advance.
|
|
|
|
 |
|
 |
I followed your steps and was successful displaying the RSS feed used in your example.
You display two fields from the RSS feed, "title" and "description". When I find an RSS feed and get their URL as you described, how do I determine field names in the feed???
|
|
|
|
 |
|
|
 |
|
 |
Hey there.
Ive tried your tutorial, with that specific rss feed and it didnt work. I then tried with different rss feeds and i always get the same error.
It says that the operation timed out as the 3rd party failed to respond.
Is there some kind of setting i must change in VS, or a line to add to the web.config?
Dazz
|
|
|
|
 |
|
 |
How can I show only the last 5 posts from the xml-file?
|
|
|
|
 |
|
 |
When I implimented this code I got the following error:
Exception type: WebException
Exception message: The remote server returned an error: (401)
While trying to access one of my forum feeds.
Any Ideas?
Thanks for the help.
RB
|
|
|
|
 |
|
 |
When i run the page in VS2005 itself, the page displays perfectly. but when i deploy the same page in the IIS. following error occurs.
"The remote name could not be resolved: 'www.spaces.msn.com'"
I tried several rss feeds from different sites. but the same problem occurs.
have anyone come across this problem ?
-- modified at 5:08 Thursday 4th May, 2006
|
|
|
|
 |
|
 |
Hello Dilumt,
First check whether your IIS has proper configration setup for internet, i mean easiest way to check RSSFEED is to download any lightweight rss feed reader and install it on server and see whether its working or not, with the same RSSFEED urls.
Thanks,
maulik.soni
-
|
|
|
|
 |
|
 |
Once the following code segment being added to the web.config it worked.
This is because the ASP account couldn't read proxy settings from the registry.
-- modified at 23:13 Thursday 4th May, 2006
|
|
|
|
 |
|
 |
Yeah dude & anyone else that needs help on this error !
the "cant resolve blah blah" problem is a proxie/default proxie problem.
add / Or maybe remove the proxie settings to your host defaults in your web.config will fix this.
regards
|
|
|
|
 |
|
 |
what is the code segment?
|
|
|
|
 |
|
|
 |