'%20' in URL of imported XML schemas gives an error
wijkjh opened this issue · 1 comments
wijkjh commented
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 commented
It should be ok now.