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
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"/>
<xsd:import namespace="http://www.example.com" schemaLocation="../../Common%20Services/services/xsd/common.xsd"/>
The text was updated successfully, but these errors were encountered:
- Add multi-(language) documentation (#8).
5aa36a3
- Fix the URL escaping in the import (#11). - Add the attributes of an element with the option -a for text output only.
It should be ok now.
Sorry, something went wrong.
No branches or pull requests
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"/>
The text was updated successfully, but these errors were encountered: