Hi,
first of all, thanks a lot, this is incredibly fast...
i've got simple and probably silly question, i can't figure out how to access an attribute with non default namespace for example xsi:type, of course
$attributes = $elem->attributes();
$ref = $attributes->{"xsi[type]"};
doesn't work...
any idea would be very welcome :)
thabks again for this fantastic work
chris