in reply to Re: extracting href data in XML
in thread extracting href data in XML

still can't figure one thing out, why i can't use the following code just to get the data "Celtics"
$hometeam -> ('att') -> ('href');

Replies are listed 'Best First'.
Re^3: extracting href data in XML
by mirod (Canon) on Aug 08, 2005 at 10:02 UTC

    Because att is a method, that you call with the syntax $hometeam ->att('href');?

      k got it :)