pavanmach has asked for the wisdom of the Perl Monks concerning the following question:
But if environmentsection is supplied instead of "EnvironmentSection" we cannot extract anything from XML file. How can we make DOM accept case sensitive tagnames ? something in regular expressions likemy @envNode = $root->getElementsByTagName(EnvironmentSection);
$code=~s/EnvironmentSection/i;
Please help me. Thanks in advance, Pavan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regarding XML::DOM
by ikegami (Patriarch) on Feb 16, 2010 at 07:30 UTC |