Quoting Oro smith <[EMAIL PROTECTED]>:

> Oro smith schrieb:
>  Actually when i found that i got the message "invalid wml code" i
> tried to test if it was not valid.
>  
>  I saved the wml being generated to disk ie.cocoon 'mail' directory and
> tried to display it using sitemap.
>  
>      <map:match pattern="test.wml">
>       <map:generate src="test.wml"/>
>       <map:serialize type="wml"/>
>       </map:match>
>  
>  
>  Surprisingly when i went to url
>  http://xxx:8888/mail/test.wml
>  
>  The same TTEmulator displayed this page without error.
>  What can be the reason? 
> 

strange, but try :

 <map:match pattern="test.wml">
   <map:read src="test.wml"/>
 </map:match>

when serving static files.

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

Reply via email to