in reply to How do you get attribute values using XML::LibXML
Take away that "->to_literal()" method call after $username:
print $username, "\n"; print $permissions->to_literal, "\n"; print $host->to_literal(), "\n"; [download]