Groups | Blog | Home
all groups > dotnet xml > november 2006 >

dotnet xml : Does xsd.exe support spaces in file paths?



Ken Brubaker
11/28/2006 9:22:02 AM
Does the xsd.exe command line support paths with spaces?

For example the xsd.exe /o: option specifies the output file name. How can I
specify an output file path that has a space?

I'v tried googling up and down and cannot find an answer.

Martin Honnen
11/28/2006 6:37:50 PM
[quoted text, click to view]

The command line shell allows you to quote file names e.g.
"file name.xml"
Does that not work if you use xsd.exe?


--

Martin Honnen --- MVP XML
Ken Brubaker
11/28/2006 8:37:02 PM
No it does not, because of the option:

xsd ..... /o:my path with spaces

That doesn't work. Nor does this:

xsd ..... "/o:my path with spaces"

Nor does this:

xsd ..... /o:"my path with spaces"

So, what to do?


[quoted text, click to view]
AddThis Social Bookmark Button