amouat / xsd-validator

Validates XML files against XML schema
Apache License 2.0
80 stars 25 forks source link

Can open schema from URL now #14

Closed vruchtvet closed 6 years ago

vruchtvet commented 7 years ago

Hi,

Instead of always open the schema as a file it can be an URL. If no protocol is given then it defaults to the 'file:' protocol

regards, Hans

das-g commented 7 years ago

It seems this partially implements #3: It allows an URL instead of a local XSD file to be passed. (But the XML file to be checked still has to be a local path.)

amouat commented 6 years ago

Hey, I'm assuming that you've both tested this, so I'm just going to merge. I don't have time to work on this project currently I'm afraid.