So I'm learning that a "well formed" xml file has the xml version on the first line and nothing else. It appears that 'condor_q -xml' outputs a "-- Submitter..." line as the first line. I have to parse the removal of the line in my code in order for the XML interpreter to recognize the XML. Is this a bug? Sean