vote up 0 vote down star

Can you add an XML-stylesheet to the RSS feed generated through the new System.ServiceModel.Syndication namespace?

flag

1 Answer

vote up 0 vote down

Try adding this at the top of the page :

<?xml-stylesheet type="text/xsl" href="urlToXSLstyleSheet" version="1.0"?>
link|flag
After creating the feed as a SyndicationFeed object, it is passed as an argument to the Rss20FeedFormatter and the formatter writes it to the Output stream of the Response obeject. My issue here is that i don't seem to be able to find a way to add an xml-stylesheet to the generated xml. Come to think about, is it even posible :)? – goalikali Jul 22 at 10:33
But can't you write the above tag I mentioned in the Response, before echoing the formatter ? – Andreas Grech Jul 22 at 12:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.