Subject: | forcing nodes/tags and arguments/attributes to lowercase or upercase does not work |
forcing the lowercase or uppercase just works in the first Instance of
xml::smart, on all futher instance it doesn´t
here it works
my $XML1 = new XML::Smart ( $file,
lowarg => 1,
lowtag => 1,
);
and after creating the first instance it doesn´t
my $XML2 = new XML::Smart ( $file,
lowarg => 1,
lowtag => 1,
);
But except of these XML Smart is a really nice component