hi friends iam trying to parse a dcr with XML:

imple parser. but am not getting the value.
still i am confused how to get the value here iam pasting the xml and parser code.
the dcr.txt contains the dcr file to be parsed( the file content of 275605 in below XMLin)
here is the parsing code
my $xml = new XML:

imple;
my $data = $xml->XMLin("/iwmnt/default/main/Project/Development/WORKAREA/dev1/templatedata/CM_Templates/NonTemplate/data/275605");
my $var_document = $data->{item}->{'File to be Deployed'}->{value}->[0]->{item}->{'Document'}->{value}->[0];
print LOG" value >>>> $var_document";
Please let me know what is wrong with my code.