2416377 comment Comment Re:Valid XML fragment (Score 2, Informative) 38 by StigBakken on Wednesday April 24, 2002 @02:41PM (#3402902) Attached to: PHP 4.2.0 Released Just add "<?xml version='1.0' ... ?>" before your fragment and feed it to xml_parse. See http://php.net/xml. - Stig