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?
-- Schedd: whoppers.cae.wisc.edu : <144.92.13.58:42979> <?xml version="1.0"?> <!DOCTYPE classads SYSTEM "classads.dtd"> <classads>
<c> [snip...] -- Schedd: gamgee.cs.wisc.edu : <128.105.185.11:45134> <?xml version="1.0"?> <!DOCTYPE classads SYSTEM "classads.dtd"> <classads>
<c> [snip...]
-alain