can anyone tell is it possible to Globalise the xml writer object. So that I can use that object to append the data? For example : I have a code creating a basic xml defined in one package.
Now I want to close the tag "Config" by using the $XmlWriterObject from someother package. Please clarify?$XmlWriterObject = new XML::Writer( DATA_MODE => 1, DATA_INDENT => 4, +OUTPUT => $Output ); $XmlWriterObject->xmlDecl("UTF-8","1"); $XmlWriterObject->startTag("Config");
In reply to Globalize the XML writer object by priyaviswam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |