Remove both side spaces between words in a .xml file
$xml = simplexml_load_file( $xml_file ); var_dump( '<pre>', NoXMLSpace::noSpace($xml) );
info at phpclasses dot org