I'd like to add a stylesheet to an RSS file I'm generating. For example, this file:
http://www.w3.org/2000/08/w3c-synd/home.rss
Has this tag:
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
I see no method in the XML::RSS module to insert this line.
For now, I'm manually stuffing that line into the results of $rss->as_string(). Not very graceful.
Does such a method exist? Or a graceful workaround?
More generally - is anyone maintaining the module these days?
Thanks in advance, -dave
ps. You can email me at hempy in the domain ket.org .
Log in to post a comment.
I'd like to add a stylesheet to an RSS file I'm generating. For example, this file:
http://www.w3.org/2000/08/w3c-synd/home.rss
Has this tag:
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
I see no method in the XML::RSS module to insert this line.
For now, I'm manually stuffing that line into the results of $rss->as_string(). Not very graceful.
Does such a method exist? Or a graceful workaround?
More generally - is anyone maintaining the module these days?
Thanks in advance,
-dave
ps. You can email me at hempy in the domain ket.org .