diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-07-21 19:02:15 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-21 19:02:15 +0000 |
commit | fc6c7aed051482f011e1b484dc9fd45a4b36ada9 (patch) | |
tree | 0369afe56cd72040c9196989a92546a4ff73192a /specs | |
parent | 6f0e2063cf8a4e6861e6c8167109f9beaab151f3 (diff) | |
download | qpid-python-fc6c7aed051482f011e1b484dc9fd45a4b36ada9.tar.gz |
workaround jython/python xml parser bug with unicode sources; added path support for mllib.xml_parse; uncommented dtd decl in spec file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/amqp.0-10-qpid-errata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/amqp.0-10-qpid-errata.xml b/specs/amqp.0-10-qpid-errata.xml index 5a554b0ab7..365928ea4e 100644 --- a/specs/amqp.0-10-qpid-errata.xml +++ b/specs/amqp.0-10-qpid-errata.xml @@ -121,7 +121,7 @@ --> -<!--<!DOCTYPE amqp SYSTEM "amqp.0-10.dtd">--> +<!DOCTYPE amqp SYSTEM "amqp.0-10.dtd"> <amqp xmlns="http://www.amqp.org/schema/amqp.xsd" major="0" minor="10" port="5672"> |