Hi,

I found and received info on slide, but I was thinking of a sitemap that has
matchers and additional actions, transformers etc. that make supporting
webdav from an application much easier. This way you can easily expose an
application as a webdav resource. A sample sitemap would contain the
following matchers:

<map:match pattern="/">
  <map:act type="requestmethod">
     <map:generate src="cocoon:{request-method}"/>
     <map:serialize/>
  </map:act>
</map:match>

<map:match pattern="PROPFIND">
</map:match>
                        
<map:match pattern="PROPPATCH">
</map:match>

<map:match pattern="MKCOL">
</map:match>

etc.

Does this make sense?

Michael.

-----Original Message-----
From: Michael Homeijer
To: '[EMAIL PROTECTED]'
Sent: 20-9-2002 2:10 
Subject: WebDAV sitemap

Has anybody developed a sitemap in which webDAV requests can be handled?
I am looking for a good start to add a webdav interface to part of my
application.

TIA,
Michael

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to