in reply to Re^2: Parsing XML
in thread Parsing XML

Did you use ForceArray as McA suggested?

Replies are listed 'Best First'.
Re^4: Parsing XML
by calebcall (Sexton) on Mar 11, 2014 at 04:27 UTC

    I did.

    EDIT:

    Ooh, thanks, I just found the issue. I was using the ForceArray, but that was for the first API call. The second one needed a different element specified. Thanks again.