in reply to Re^2: XMLout and keys/attributes
in thread XMLout and keys/attributes

I forgot to mention an important point: in the $userref hashref, there will be many values for 'name', and they could start with a number, which is why I want to use them as attributes, and not as keys. example:
$userref->{2}{'hash'}{'name'} = '12345'; $userref->{3}{'hash'}{'name'} = '10foo';