Skip Menu |

This queue is for tickets about the XML-Smart CPAN distribution.

Report information
The Basics
Id: 17834
Status: resolved
Priority: 0/
Queue: XML-Smart

People
Owner: Nobody in particular
Requestors: ramon.pfefferle [...] kwsoft.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.6.9
Fixed in: (no value)



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
Fixed in 1.73