Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLUsing xml module on my DNN site feed and xsl author nameUsing xml module on my DNN site feed and xsl author name
Previous
 
Next
New Post
11/25/2007 3:59 PM
 

Goal is to have an xml module on my home page that links to my latest blog posts feeds.  The problem, the feed on the home page isn't updating quickly after someone makes a post.  Some posts aren't even showing up.  Could I be linking to the wrong link?

I'm not sure if I'm doing this right, on my home page I have a latest blog posts .xml with the following settings:
Link Type: URL
Location:  http://www.mywebsite.com/Section/Blogs/tabid/57/rssid/0/Default.aspx
I grabbed the URL off the XML link for my blog.  Am I doing something wrong?

XSL stlye sheet
Here's my current style sheet:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:param name="TITLE"/>
<xsl:template match="rss">
  <xsl:for-each select="channel/item[position() &gt; 1]">
  <xsl:if test="position() &lt; 9">
    <br></br>
    <strong><a href="{link}" target="_main"><xsl:value-of select="title"/></a></strong>
    <br>
    </br>
        <em><xsl:value-of select="creator"/></em>
    <br></br>
  </xsl:if>
  </xsl:for-each>
</xsl:template>
<xsl:template match="description">
  <br>
    <xsl:value-of select="."/>
  </br>
</xsl:template>

</xsl:stylesheet>

The style sheet just pulls the post link in, how can I also pull the author or user name in?  When I use the author tag it pulls the user e-mail address in only.  Any hints are greatly appreciated.

 
New Post
1/22/2008 4:33 PM
 
Hiya,

I'm having a bit of a similar problem, where by the XML module can read from a file locally fine (transforms and all), but appears to be doing nothing when set to retrieve by URL. I thought this might be something to do with cache / scheduling initally, but it seemed odd how it doesn't retrieve by URL not even once.

I'm no DNN expert, but I think you would have to modify the blogs syndicator, since the author name isn't in the feed at all. That will be my method when I get round to it anyway, unless somebody advises otherwise!

Have you got any further with this? :)

Cheers, James.
 
New Post
1/23/2008 1:56 AM
 

dragonszz33 wrote

Goal is to have an xml module on my home page that links to my latest blog posts feeds.  The problem, the feed on the home page isn't updating quickly after someone makes a post.  Some posts aren't even showing up.  Could I be linking to the wrong link?

No, it is by design. I don't know how it works for the blog module, I suggest that you post your question in that forum.

dragonszz33 wrote

The style sheet just pulls the post link in, how can I also pull the author or user name in?  When I use the author tag it pulls the user e-mail address in only.  Any hints are greatly appreciated.

Again, this is up to the blog module, not to the xml module.

James Byles wrote
I'm having a bit of a similar problem, where by the XML module can read from a file locally fine (transforms and all), but appears to be doing nothing when set to retrieve by URL. I thought this might be something to do with cache / scheduling initally, but it seemed odd how it doesn't retrieve by URL not even once.

Please check the value for WebRequestTimeout inside host settings (more)

 
New Post
1/23/2008 3:41 PM
 
Please check the value for WebRequestTimeout inside host settings (more)


I don't belive it! I had already scanned through that thread and had tried entering a value in the Request Timeout field, but oddly the settings didn't save (I probably didn't click update properly!). I didn't look into it any further because no error was being displayed.

Thanks alot for your help. :)
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLUsing xml module on my DNN site feed and xsl author nameUsing xml module on my DNN site feed and xsl author name


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out