D
dirvine
I want to add a semi-static link in my RSS display page so people can
subscribe to the feed. Note: I do not have control over the RSS feed
itself, just the XSL used to transform (format) it.
I use a {link} variable to get the url of the item (article) in my XSL
file, however, I don't know how to get the url of the RSS feed itself.
Technically, it's not part of the xml data itself so I'm a little
stumped.
We have a bunch of these, so I don't want to hard-code the URL into the
XSL file.
Is there a built-in variable that retrieves the RSS feed's URL?
The desired result would look something like this:
Blog Feed Title
- First article
- Second article
- Third article
Subscribe to this feed (link to rss url)
subscribe to the feed. Note: I do not have control over the RSS feed
itself, just the XSL used to transform (format) it.
I use a {link} variable to get the url of the item (article) in my XSL
file, however, I don't know how to get the url of the RSS feed itself.
Technically, it's not part of the xml data itself so I'm a little
stumped.
We have a bunch of these, so I don't want to hard-code the URL into the
XSL file.
Is there a built-in variable that retrieves the RSS feed's URL?
The desired result would look something like this:
Blog Feed Title
- First article
- Second article
- Third article
Subscribe to this feed (link to rss url)