KNOWN_OPTIONS |
= |
{ 'in' => %w( keyattr keeproot forcecontent contentkey noattr searchpath forcearray suppressempty anonymoustag cache grouptags normalisespace normalizespace variables varattr keytosymbol attrprefix ), 'out' => %w( keyattr keeproot contentkey noattr rootname xmldeclaration outputfile noescape suppressempty anonymoustag indent grouptags noindent attrprefix ) |
|
Declare options that are valid for xml_in and xml_out.
|
DEF_KEY_ATTRIBUTES |
= |
[] |
|
Define some reasonable defaults.
|
DEF_XML_DECLARATION |
= |
"<?xml version='1.0' standalone='yes'?>" |