Borks URLs
I have a MAMP PHP server that is serving dynamic XSD docs.
That means that they use PHP to supply stuff like the namespace (its a dynamic schema).
That also means that I would like to be able to enter a URI in the schema field, like so: http://localhost/xsd/TestSchema.php
Unfortunately, the app renders the URI like so: http:/localhost/xsd/TestSchema.php <- NOTE: Missing second forward-slash in "http://".
That means that I cant do dynamic network schema validation, and have to save the rendered schema document, then validate against that.
I guess that you get what you pay for...
CDM Personal Mac Acct about XML Nanny