Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

The best choice for your web site host, email hosting, and domain registration.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Configure It! (...  Feed Explorer module - ampersand
Previous Previous
 
Next Next
New Post 12/7/2007 12:52 PM
User is offline Steve White
169 posts
9th Ranked


Re: Feed Explorer module - ampersand 

Surely someone else is playing around with this module?

I've definitely narrowed it down to the ampersand with an opml file. I've tried using an external opml file and opml inside the module settings textbox. Both fail when I try to hit a feed with an ampersand in the Url.

Since most of the RSS feeds in DNN contain ampersands in the Url I can't use any of them in this module.

Would be good to get some info from the Project Lead on this - do you need beta testers?


Steve White
Talwrn Technology
FeedMailer - DNN RSS subscription module
WikiArticle - DNN Wikipedia module
 
New Post 12/9/2007 1:12 PM
User is offline Steve White
169 posts
9th Ranked


Re: Feed Explorer module - ampersand 

I've logged this as an issue in Gemini:

http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=6823&PROJID=23


Steve White
Talwrn Technology
FeedMailer - DNN RSS subscription module
WikiArticle - DNN Wikipedia module
 
New Post 3/5/2008 12:40 PM
User is offline ger
16 posts
10th Ranked


Re: Feed Explorer module - ampersand 

 Steve White wrote

I've logged this as an issue in Gemini:

http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=6823&PROJID=23

I really need this feed explorer to work with an ampersand.  Anyone know the status of this issue?  Is someone working on this?  Will there be a fix to this issue soon?  If yes, when?  Thank you so much.

 

 
New Post 3/6/2008 11:49 PM
User is offline Steve White
169 posts
9th Ranked


Re: Feed Explorer module - ampersand 

ger -

I actually found that by using an example from one of iwonder's posts that ampersands do indeed work so long as you escape them with &. Something else in your OML is probably doing the damage. The OPML has to be properly formed, the Feed Explorer is very unforgiving and will load the default collection if you have any errors.

I used the following OPML from iwonder from this thread:

<?xml version="1.0" encoding="utf-8"?>
<opml version="2.0">
   <head>
       <title>Your News</title>
       <ownerName>your domain</ownerName>
   <ownerEmail>your email</ownerEmail>
 <docs>http://www.opml.org/spec2</docs>
   </head>
  <body>
<outline text="Rueters" type="none" category="Tab">
 <outline text="News" type="none" category="Section">
  <outline text="Oddly Enough" type="rss" category="Category/@@3000px" xmlUrl="http://feeds.reuters.com/reuters/oddlyEnoughNews?format=xml" />
  <outline text="Top Stories" type="rss" category="Category/@@3000px" xmlUrl="http://feeds.reuters.com/reuters/topNews?format=xml" />
  <outline text="World News" type="rss" category="Category/@@3000px" xmlUrl="http://feeds.reuters.com/reuters/worldNews" />
 </outline>
</outline>
<outline text="Google" type="none" category="Tab">
 <outline text="News" type="none" category="Section">
  <outline text="Top Stories" type="rss" category="Category/@@3000px" xmlUrl="http://news.google.com/news?ned=us&amp;topic=h&amp;output=rss" />
  <outline text="World News" type="rss" category="Category/@@3000px" xmlUrl="http://news.google.com/news?ned=us&amp;topic=w&amp;output=rss" />
  <outline text="Sports" type="rss" category="Category/@@3000px" xmlUrl="http://news.google.com/news?ned=us&amp;topic=s&amp;output=rss" />
 </outline>
</outline>
<outline text="WizzoDawg" type="none" category="Tab">
 <outline text="News" type="none" category="Section">
  <outline text="Portal 0" type="rss" category="Category/@@3000px" xmlUrl="http://localhost/dnnv040505/rss.aspx" />
  <outline text="World News" type="rss" category="Category/@@3000px" xmlUrl="http://news.google.com/news?ned=us&amp;topic=w&amp;output=rss" />
  <outline text="Sports" type="rss" category="Category/@@3000px" xmlUrl="http://news.google.com/news?ned=us&amp;topic=s&amp;output=rss" />
<outline text="Scout" type="rss" category="Category/@@3000px" xmlUrl="http://rss.scout.com/rss.aspx?&amp;nid=75&amp;cat=8#" /> </outline>
</outline>
</body>
</opml>

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/48/threadid/168802/scope/posts/threadpage/2/Default.aspx

Copy the OMPL into a text editor and save as either as an opml or xml file. Then load it to your domain and set the Url in Feed Explorer. It's best to use an external file like because if you try to add too much text in the textbox of Feed Explorer it bombs.

Another thing to watch out for is caching. If you save your opml file as xml, then you'll need to add a dummy value to fool the browser into making a new request.

So in the Url box add http://yourdomain.com/youropmlfile.xml?i=1

Whenever you change the xml just increment the i value and your changes will be reflected.


Steve White
Talwrn Technology
FeedMailer - DNN RSS subscription module
WikiArticle - DNN Wikipedia module
 
New Post 3/7/2008 12:02 PM
User is offline ger
16 posts
10th Ranked


Re: Feed Explorer module - ampersand 

 Steve White wrote

ger -

I actually found that by using an example from one of iwonder's posts that ampersands do indeed work so long as you escape them with &. Something else in your OML is probably doing the damage. The OPML has to be properly formed, the Feed Explorer is very unforgiving and will load the default collection if you have any errors.

 

Steve, after reading your post, I try it some more.  I finally got it to work.  Thank you so much.

 

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Configure It! (...  Feed Explorer module - ampersand
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Dnaxp.Net
Dnaxp.Net offers a comprehensive base of information, resources, and support for DotNetNuke.
www.dnaxp.net
DNNMasters - modules, consulting, development
DNNMasters developers are involved in DNN development since DNN 1.0.9 and today we offer a broad range of DNN related products and services including custom development of modules, help with ing third party modules for specific needs, general DNN technical support and administrative services.
www.dnnmasters.com
Cygnusoft Custom Software
Cygnusoft has been providing cutting-edge custom software solutions for 20 years. Cygnusoft is also a leading start-up incubator, helping our partners build successful new businesses.
www.cygnusoft.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP