--TEST-- Test xml_set_processing_instruction_handler function : basic --SKIPIF-- --FILE-- HERE; echo "Simple test of xml_set_processing_instruction_handler() function\n"; $p1 = new Xml_Parser(); $p1->parse($xml); echo "Done\n"; ?> --EXPECT-- Simple test of xml_set_processing_instruction_handler() function Target: xml-stylesheet Data: href="default.xsl" type="text/xml" Done