<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Courier New" color=#000000 size=2>Do I win the award?&nbsp;&nbsp; :)</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>j</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>$ cat j.pl<BR>use XML::Twig;</FONT></DIV>
<DIV><FONT face="Courier New" size=2>my $twig=XML::Twig-&gt;new();<BR>$twig-&gt;parsefile('j.xml');<BR>my $root = $twig-&gt;root;</FONT></DIV>
<DIV><FONT face="Courier New" size=2>my @x = $root-&gt;get_xpath('soap:Body/AvailabilityResponse/AvailResponseSegments/a:AvailResponseSegment/a:RoomStayList/hc:RoomStay/hc:RatePlans/hc:RatePlan/hc:AdditionalDetails/hc:AdditionalDetail[@detailType="GuaranteePolicy"]/hc:AdditionalDetailDescription/hc:Text');<BR>print $x[0]-&gt;text . "\n";</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>$ perl j.pl<BR>Guarantee is mandatory to reserve room,AX,DC,DS,JC,MC,VI<BR></DIV></FONT></BODY></HTML>