dgis / xsddiagram

XSD Diagram is a free Xml Schema Definition (XSD) diagram viewer for Windows written in c# Framework.NET 2.0
http://regis.cosnier.free.fr/?page=XSDDiagram&nomenu
GNU General Public License v2.0
224 stars 52 forks source link

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

Closed wijkjh closed 7 years ago

wijkjh commented 7 years ago

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 7 years ago

It should be ok now.