XML-OPML-SimpleGen

 view release on metacpan or  search on metacpan

lib/XML/OPML/SimpleGen.pm  view on Meta::CPAN


	    xml     => {
	        version     => '1.1',
	        @args,
	        },			

	    # XML::Simple options
	    xml_options => {
	        RootName    => 'opml', 
	        XMLDecl     => '<?xml version="1.0" encoding="utf-8" ?>',
	        AttrIndent  => 1,
	    },

	    # default values for nodes
	    outline => {
	        type        => 'rss',
	        version     => 'RSS',
	        text        => '',
	        title       => '',
	        description => '',
	    },



( run in 0.260 second using v1.01-cache-2.11-cpan-4d50c553e7e )