require_once 'XML/Util.php';
string XML_Util::attributesToString (array $attributes [, boolean $sort = TRUE])
string XML_Util::attributesToString
create string representation of an attribute list
array $attributes - assoc array containg attributes
boolean $sort - whether to sort the attributes alphabetically
string string representation of the attributes
This function should be called statically.