Search code examples
c#webdav

WebDav namespace schema


can anybody provide any xml schema for DAV: (WebDav) namespace for validation of request?

Goal is to check requests before processing request. I try to search any with ggl, but i can`t find any xsd :(


Solution

  • 1) You can extract the DTD from the spec, and convert using JING.

    2) That being said: don't. You are likely going to create code that fails for perfectly valid requests (consider ordering, and the extensibility rules).