Re: Using XML Schema in local directory

Hi Jacob,

> HI, but what about when your local file is on windows and the directory
> names contain spaces?  I have this situation
>
> file:///c:/schema files located here/my files/schema 12.xsd
>
> What do we do in this case?  I've tried putting single quotes around it,
> but that didn't work.  Any help??

I'm not sure if this will work, but you could try replacing the spaces
with %20. As it stands, the path above isn't actually a valid URL,
because URLs should be encoded whenever they're written down anywhere.
So try:

  file:///C:/schema%20files%20located%20here/my%20files/schema%2012.xsd

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/

Received on Saturday, 23 February 2002 18:04:27 UTC