Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_q xml output
- Date: Mon, 25 Sep 2006 09:10:00 -0500
- From: Matt Baker <mmb05@xxxxxxxx>
- Subject: [Condor-users] condor_q xml output
Hello,
I've been working with the "condor_q -xml" command in Condor 6.8.0,
and it seems that I get malformed xml output:
=== condor_q Output =================================
-- Submitter: ace.uark.edu : <130.184.6.29:10080> : ace.uark.edu
<?xml version="1.0"?>
<!DOCTYPE classads SYSTEM "classads.dtd">
<classads>
</classads>
=== condor_q Output =================================
The "-- Submitter..." part should not be part of the output.
Currently I use perl to remove the extra top 3 lines, but it would be
helpful (unless there's a funcitonal reason) to remove the top 3
lines from XML output. This doesn't appear in condor_status -xml:
=== condor_status Output =================================
<?xml version="1.0"?>
<!DOCTYPE classads SYSTEM "classads.dtd">
<classads>
<c>
<a n="MyType"><s>Machine</s></a>
...
</classads>
=== condor_status Output =================================
Thanks,
Matt Baker
University of Arkansas