------------------------------------------------ On Thu, 25 Sep 2003 12:15:18 +0530, "Chetak Sasalu M" <[EMAIL PROTECTED]> wrote:
> > Namaskara! > > Can anybody suggest a simple way to add or remove an attribute to the > root element in an xml file ? > Check out the XML::Simple module from CPAN. No guarantees that this is the fastest method, but it is certainly *a* method. http://search.cpan.org/~grantm/XML-Simple-2.09/lib/XML/Simple.pm If it is not sufficient check out the underlying modules that it is built on for more control. http://search.cpan.org/modlist/String_Language_Text_Processing/XML http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
