GitHub user HansBrende reopened a pull request:
https://github.com/apache/any23/pull/88
ANY23-347 fixed RDFParseExceptions caused by unbound xml namespaces
My solution to this problem was to strip all xml namespaces from attributes
and tag names except the "xml:" and "xmlns:" namespaces. I also added a test
case.
mvn clean test -> all tests pass
@lewismc any comments?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-347
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/88.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #88
----
commit f82f34b22fed2368f26205612eed64c5357fe74a
Author: Hans <firedrake93@...>
Date: 2018-06-28T16:57:24Z
ANY23-347 fixed RDFParseExceptions caused by unbound xml prefixes
----
---