On 11.Mar.2003 -- 11:44 AM, Richard Cunliffe wrote:
> > From: Christian Haul [mailto:[EMAIL PROTECTED] 
> > On 11.Mar.2003 -- 11:20 AM, Richard Cunliffe wrote:

> > > Have tried changing the image to another, and it doesn't show anymore.
> > > When I revert it back to the backdrop image, it starts to work
> > again???
> > 
> > Probably browser cache.
> > 
> > I believe Charle's answer bears the key: The matches for your readers
> > are outside of a map:pipeline.
> > 
> > I have put them within the pipeline now and still only the backdrop
> > works. I have also discovered if you change the image, then nothing
> > shows.

This is from your sitemap.xmap:

    <map:match pattern="**.gif">
        <map:read mime-type="image/gif" src="soundpool/images/*.gif"/>
    </map:match>

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

The gif pipeline does not use {1} like the jpg one does -- this is a
problem. If you need to match arbitrarily deep paths, consider
switching to the regexp matcher.

If it all doesn't help, look at the access.log and sitemap.log. Try to
reconstruct which matchers fire. It will sure provide some hints.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

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

Reply via email to