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 ForumsNews FeedsNews FeedsXSL doesnXSL doesn't affect some text
Previous
 
Next
New Post
5/9/2009 1:55 PM
 

I created a new XSL transformation file and it works like a charm with most of my feeds. There are two, however, that are stubborn :-)

I'm just trying to change the font color to white by modifying the .DNN_News_ItemDetails class to including color: #FFFFFF;. Other changes to the text like font size are also ignored. With 4 modules on the page, two work fine and the other two don't change. What am I missing :-)

Here is one of the feeds that aren't accepting the XSL modifications:
http://www.thisis50.com/profiles/blog/feed?promoted=1&xn_auth=no

Thanks!

Robert

 
New Post
5/10/2009 9:02 AM
 

It would be helpful to post your xsl.  Can't really tell what's going on with your custom version without seeing it.  However, inspecting the URL feed you gave, I can see it is an example of an ATOM v1.0 feed.  If your XSL is customized for RSSv2.0 elements and using the News v4.0.1 module this feed will likely not render anyway.  I've not have any Atom feeds work with the new module version. What versions of DNN and the News module are you using?

 
New Post
8/7/2009 11:24 AM
 

iwonder,

This may be kind of a thread hijack, but you seem to know the whole RSS XSL thing very well and I am trying to modify my XSL to affect some text. Can you tell me if I can exclude the time from the pubdate. In DNN 4.9.4, I'm using the News module and the included Vscroll.xls.

The RSS feed from the blog displays like this: Title Administrator Tuesday, 2:51 AM
On my DNN site, the date displays like this: Fri, 07 Aug 2009 05:00:05 -0500
I'd like it to just display: Aug 07, 2009

Any suggestions of how to modify Vscroll.xls to do this or does it depend on the RSS feed code?

The date piece of the XSL code is:

<div class="DNN_News_ItemDate">
  <xsl:if test="$ShowItemDate='true'">
    <xsl:value-of select="pubDate"/>
  </xsl:if>
  <xsl:if test="$ShowItemDate='true'">
    <xsl:text> - </xsl:text>
  </xsl:if>
</div>

I assume this is a relevant piece of code from the RSS html that the XSL translates, but I dont' know: articlelocaldate="0271350940.086981"

Any advice? Thanks

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsNews FeedsNews FeedsXSL doesnXSL doesn't affect some text


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