in reply to XML::Generator and namespace
Have you tried using the namespace option?
my $gen = XML::Generator->new( pretty => 2, namespace => [itunes => "http://www.itunes.com/dtds/p +odcast-1.0.dtd"]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Generator and namespace
by gloomrider (Initiate) on Aug 09, 2012 at 19:11 UTC | |
by Anonymous Monk on Aug 21, 2012 at 20:26 UTC |