Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Syntactic Confectionery Delight
 
PerlMonks  

Re: XML::RSS and RSS2 with custom namespaces

by pKai (Priest)
on Nov 15, 2006 at 16:57 UTC ( [id://584309]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to XML::RSS and RSS2 with custom namespaces

Sorry, no helpful advice here. Just an example where a desperate programmer can end up:

Torn directly from a programm, where I use XML::RSS, but want to include an extension tag and process that in an attached XSL (client-side).

open (my $F, '>', $file) || die $file; my $feedstr = $rss->as_string(); $feedstr =~ s#(<channel>)(\s*)#$1$2<my:file>$fname</my:fil +e>$2#; die "Improper rss version in generation!?" unless $feedstr =~ s#<(rss version="2\.0")[^>]*>#<$1 xmlns:my="ht +tp://$HOME/">#; $feedstr =~ s#\n#\n<?xml-stylesheet title="XSL_formatting" + type="text/xsl" href="rss.xsl"?>\n#; print $F $feedstr; close $F;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://584309]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.