aipescience / uws-client

IVOA UWS service command line client
Apache License 2.0
11 stars 9 forks source link

Remove xml_namespace-dict everywhere in find(), findall(), get() etc.… #37

Closed kristinriebe closed 8 years ago

kristinriebe commented 8 years ago

… when parsing xml response (latest lxml version does not support empty prefixes anymore; namespaces are not needed since we use qualified names everywhere), also use qualified name for xlink (remove dependency on "xlink"-prefix for href, type)