A
Abhinav
Hi,
I have the following XML :
<checkIn bug="1111111">
<regression>
</regression>
</checkIn>
How do i get the value "1111111" for bug ?
I am able to get everything under <checkIn> using
my $bug = $xPath->find("/checkIn[\@bug]");
TIA
I have the following XML :
<checkIn bug="1111111">
<regression>
</regression>
</checkIn>
How do i get the value "1111111" for bug ?
I am able to get everything under <checkIn> using
my $bug = $xPath->find("/checkIn[\@bug]");
TIA