Chris,

        Try with a single star in map:match, like in:

 <map:match pattern="images/*.jpg">
        <map:read src="docs/samples/images/{1}.jpg" mime-type="image/jpg"/>
 </map:match>

Best regards,

--------------------------------------------- 
               Luca Morandini 
               GIS Consultant 
              [EMAIL PROTECTED] 
            +39 0744 59 85 1 Office 
            +39 0335 681 02 12 Mobile 
http://utenti.tripod.it/lmorandini/index.html 
---------------------------------------------
 

> -----Original Message-----
> From: Chris Newland [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 4:10 PM
> To: Cocoon-Users
> Subject: C2: can't match images in sitemap
> 
> 
> Hi All,
> 
> I'm trying to add a map:match to my sitemap to fetch images but 
> they are not
> fetched (my fault, Cocoon2 is working great)
> 
> Location of my files:
> 
> tomcat/webapps/cocoon/docs/samples/pages/my_page.xsp
> tomcat/webapps/cocoon/docs/samples/images/my_image.jpg
> tomcat/webapps/cocoon/stylesheets/my_xsl.xsl
> 
> sitemap entries:
> 
> <map:match pattern="pages/*">
>       <map:generate type="serverpages" src="docs/samples/pages/{1}.xsp"/>
>       <map:transform src="stylesheets/my_xsl"/>
> </map:match>
> 
> (loads + processes XSP page fine)
> 
> <map:match pattern="images/**.jpg">
>       <map:read src="docs/samples/images/{1}.jpg" mime-type="image/jpg"/>
> </map:match>
> 
> (does not return the image)
> 
> The returned HTML contains:
> 
> <img src="images/my_image.jpg">
> 
> As far as I can see, this is the same way that the cocoon.gif image is
> fetched from samples.xml but I can't see what I'm doing wrong.
> 
> Any help would be appreciated.
> 
> Thanks,
> 
> Chris
> 
> --
> Chris Newland
> Software Research Engineer
> 
> Emorphia Ltd
> Registered in England.  4133002
> Mill House, Station Approach, Harlow Mill, Harlow, Essex, CM20 2EL, UK
> 
> Email: [EMAIL PROTECTED]
> Tel: +44 (0)1279 450100
> Fax: +44 (0)1279 450102
> 
> Check out FIPA-OS at http://fipa-os.sourceforge.net/
> 
> This message may contain information proprietary to Emorphia so any
> unauthorised disclosure, copying or distribution of its contents 
> is strictly
> prohibited.
> 
> 
> 
> ---------------------------------------------------------------------
> 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: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to