You probably have your relative references to the image all mixed up.

What is the url of the page this img tag appears on?
Where (what uri) is the sitemap cited below mounted on?

Geoff

At 11:52 AM 6/10/2003, you wrote:
Ok, I tried this and no luck, I don't understand what I am doing wrong?

Xsl:
<img src="images/icons/disabled/keypad.gif" />

Sitemap:

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

The images a located in an images folder off of the root from there they
have subfolders in this case icons with a subfolder called disabled.

Thanks
Tim


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



Reply via email to