in reply to How do I set an element in XML:RSS element as CDATA?
http://search.cpan.org/grep?cpanid=SHLOMIF&release=XML-RSS-1.49&string=cdata&i=1&n=1&C=0
http://cpansearch.perl.org/src/SHLOMIF/XML-RSS-1.49/t/test-generated-items.t
my $rss = create_channel_rss({ version => "0.91", image_link => undef, channel_params => [ title => "Hello and <![CDATA[Aloha<&>] +]>"], });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I set an element in XML:RSS element as CDATA?
by kenclark (Novice) on Jan 07, 2012 at 22:58 UTC | |
by ikegami (Patriarch) on Jan 09, 2012 at 18:10 UTC |