Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_q malformed xml
- Date: Wed, 4 Jan 2006 23:41:04 -0500
- From: Mitch Murphy <mitch@xxxxxxxx>
- Subject: [Condor-users] condor_q malformed xml
not sure if i should email to this list or condor-admin@ndor-
admin@xxxxxxxxxxx ...
condor_q -xml emits malformed xml:
-- Submitter: localhost : <10.3.1.5:62977> : localhost
<?xml version="1.0"?>
<!DOCTYPE classads SYSTEM "classads.dtd">
<classads>
<c>
<a n="MyType"><s>Job</s></a>
<a n="TargetType"><s>Machine</s></a>
.
.
.
my xml parser doesn't accept the first line "-- Submitter:
localhost : <10.3.1.5:62977> : localhost", which actually should not
be there.
i can't find a way to turn off this extra output in the condor_q man
page, so i'll have to write a perl script between condor_q and my xml
parser to strip out unwanted first line (yuck).
cheers,
Mitch