MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS 2007 RSS Viewer Web Part's XSL Link

  Asked By: Tameka Clarke         Date: Apr 25, 2007      Category: MOSS      Views: 719
 

Has anybody been able to get the MOSS 2007 RSS Viewer Web Part to work
with the XSL Link?

I have an RSS feed file and a style sheet in the same anonymously
accessible location. It works fine if I just point the web part at
the RSS feed. If I try to use the XSL link, it fails every time with
this error in the logs:

RssWebPart: Exception handed to HandleXslException.HandleException
System.ArgumentNullException: Value cannot be null. Parameter name: s

at System.IO.StringReader..ctor(String s)
at
Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXslCompiledTransform()

at
Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()

I started by using the default XSL copied from "XSL Editor..." in the
web part.

It still doesn't work even when I use this for the XSL file:

<?xml version="1.0" encoding="urf-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
FOO
</xsl:template>
</xsl:stylesheet>

Tagged:                

 

1 Answer Found

 
Answer #1       Answered By: Jacklyn Burnett          Answered On: Apr 25, 2007       

Has anyone tried using the XSL link  in the RSS Viewer Web part?

 
Didn't find what you were looking for? Find more on MOSS 2007 RSS Viewer Web Part's XSL Link Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].