You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mohit Narain <m....@solitarsystems.com> on 2001/09/07 14:46:19 UTC

Loading word documents

I am unable to link to and load up word documents from my xsp pages. I tried
the following...

--> I have changed the main cocoon sitemap to add the following

   <map:match pattern="documents/images/**.doc">
    <map:read src="docs/xdocs/images/{1}.doc"
mime-type="application/msword"/>
   </map:match>

--> Then i stored my word docs in the ../images/ folder.

--> On loading, nothing loaded up.

Looking forward to your help.
Best Wishes....Mohit


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

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>