Skip to content
New issue

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

'%20' in URL of imported XML schemas gives an error #11

Closed
wijkjh opened this issue Feb 8, 2017 · 1 comment
Closed

'%20' in URL of imported XML schemas gives an error #11

wijkjh opened this issue Feb 8, 2017 · 1 comment

Comments

@wijkjh
Copy link

wijkjh commented Feb 8, 2017

I have some XSD-files in which a %20 character is used to represent the space character. This prevents the xsd to be fully loaded.

For example:
<xsd:import namespace="http://www.example.com" schemaLocation="../../Common%20Services/services/xsd/common.xsd"/>

dgis added a commit that referenced this issue Feb 10, 2017
- Fix the URL escaping in the import (#11).
- Add the attributes of an element with the option -a for text output only.
@dgis
Copy link
Owner

dgis commented Feb 10, 2017

It should be ok now.

@dgis dgis closed this as completed Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants