On Mon, 7 Mar 2005 12:46:23 -0500, Daniel McOrmond <[EMAIL PROTECTED]> wrote:
> Is the issue that your generated HTML contains the wrong file name for
> the image? Or, are the file names correct, but the images won't load?
> 
> If the second is the case, remember that the web browser makes
> seperate requests for the images. So, make sure you have a pipeline
> for serving up the images. Here is an example:
> 
> <map:match pattern="images/*.gif">
>  <map:read mime-type="images/gif" src="resources/images/{1}.gif"/>
> </map:match>
> 
> Hope this helps.
> 
> -Daniel
> 
> On Mon, 7 Mar 2005 09:23:16 -0800 (PST), fadi qutaishat
> <[EMAIL PROTECTED]> wrote:
> > Any suggestions?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Can you send a sitemap snippet that might help?  It is hard to debug
what you have sent without knowing what your sitemap looks like.

Irv

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

Reply via email to