Any way are you validating XML. If not why module we can easily do it in REGEX.if ($file->{toolOutput}{xmlns} eq '') { print "Nothing"; next; } if ($file->{toolOutput}{xmlns} eq 'TIFF') { print "TIFF"; next; }
In reply to Re^3: Reading an XML tag in Perl
by SriniK
in thread Reading an XML tag in Perl
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |