diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-16 21:28:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-16 21:28:21 +0000 |
commit | b6c2e6d119c4b138c408cd8a4762da238ce62890 (patch) | |
tree | e2586a3427ae58e80b26048e1b9e884442dd53e4 /scripts/xml-parse-test.py | |
parent | 467a914df47f1590e9975c24a6f0f3a6425162eb (diff) |
Checkpoint
svn path=/docs/left-right-xml; revision=761
Diffstat (limited to 'scripts/xml-parse-test.py')
-rwxr-xr-x | scripts/xml-parse-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xml-parse-test.py b/scripts/xml-parse-test.py index 7c1ff3c3..27b57d1c 100755 --- a/scripts/xml-parse-test.py +++ b/scripts/xml-parse-test.py @@ -10,6 +10,6 @@ for f in files: x = fh.read() fh.close() xml.sax.parseString(x, handler) - x = str(handler.obj) + x = str(handler.result) print x rpki.relaxng.relaxng(x, "up-down-medium-schema.rng") |