You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by HansBrende <gi...@git.apache.org> on 2018/06/28 17:02:14 UTC

[GitHub] any23 pull request #88: ANY23-347 fixed RDFParseExceptions caused by unbound...

GitHub user HansBrende opened 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 <fi...@...>
Date:   2018-06-28T16:57:24Z

    ANY23-347 fixed RDFParseExceptions caused by unbound xml prefixes

----


---

[GitHub] any23 pull request #88: ANY23-347 fixed RDFParseExceptions caused by unbound...

Posted by HansBrende <gi...@git.apache.org>.
Github user HansBrende closed the pull request at:

    https://github.com/apache/any23/pull/88


---

[GitHub] any23 pull request #88: ANY23-347 fixed RDFParseExceptions caused by unbound...

Posted by HansBrende <gi...@git.apache.org>.
Github user HansBrende closed the pull request at:

    https://github.com/apache/any23/pull/88


---

[GitHub] any23 pull request #88: ANY23-347 fixed RDFParseExceptions caused by unbound...

Posted by HansBrende <gi...@git.apache.org>.
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 <fi...@...>
Date:   2018-06-28T16:57:24Z

    ANY23-347 fixed RDFParseExceptions caused by unbound xml prefixes

----


---

[GitHub] any23 issue #88: ANY23-347 fixed RDFParseExceptions caused by unbound xml na...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/any23/pull/88
  
    +1


---