How would I access the 14.95 here?
$object->{0} or $object[0] doesn't work
   SimpleXMLElement Object
    (
        [@attributes] => Array
            (
                [currencyID] => USD
            )
        [0] => 14.95
    )
Interesting... If I do (int)$object->{0} it works....