We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It isn't possible to define a namespace without a prefix.
namespacePrefixes: { 'http://ris.bka.gv.at/Search/1.3/OGD': '', 'http://www.w3.org/2001/XMLSchema-instance': 'xsi' }
It adds xmlns:xmlns="http://ris.bka.gv.at/Search/1.3/OGD" but it should be only xmlns="http://ris.bka.gv.at/Search/1.3/OGD"
xmlns:xmlns="http://ris.bka.gv.at/Search/1.3/OGD"
xmlns="http://ris.bka.gv.at/Search/1.3/OGD"
ximex/ris-bka#4
The text was updated successfully, but these errors were encountered:
To help it get resolved faster, could you please PR a test case here:
https://github.com/highsource/jsonix/blob/master/nodejs/tests/basic/tests/xmlns.js
Sorry, something went wrong.
Test for #62.
ab8bb31
http://jsfiddle.net/lexi/q89e13sy/
3c69817
@ximex Should be fixed now, please check the latest scripts:
https://github.com/highsource/jsonix/tree/master/dist
@highsource it works. could you do a npm release or do you wait to fix the other bugs?
Released:
thx
highsource
No branches or pull requests
It isn't possible to define a namespace without a prefix.
It adds
xmlns:xmlns="http://ris.bka.gv.at/Search/1.3/OGD"
but it should be only
xmlns="http://ris.bka.gv.at/Search/1.3/OGD"
ximex/ris-bka#4
The text was updated successfully, but these errors were encountered: