Depending on the version you are using but if its recent, say 2.1.3 then
check out the davmap samples in the webdav block. They should get you
going.

Anyway, you need to use the StreamGenerator, not the RequestGenerator in
your snipped below.

Unico

> -----Original Message-----
> From: Frederic Gaus [mailto:[EMAIL PROTECTED] 
> Sent: donderdag 18 december 2003 15:49
> To: [EMAIL PROTECTED]
> Subject: Getting data of put-request
> 
> 
> Hi helpers!
> 
> I'm trying to get the data (a complete html-page) of a put-reqeust 
> and save it to disk. But I don't get it :(
> 
> I searched in the web for it and all I got so far is:
> 
>       <map:match pattern="put-request">
>         <map:generate type="request">
>           <map:parameter name="generate-attributes" value="true"/>
>         </map:generate>
>         <map:transform src="stylesheets/sourcewrite.xsl"/>
>         <map:transform type="write-source"/>
>         <map:serialize type="xml"/>
>       </map:match>
> 
> But the file written by the write-source-transformer is not 
> the data of the request. Only (for me) less importent 
> information like parameters, headers etc..
> 
> Who can help me?
> 
> Freddy
> 

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

Reply via email to