Hi,

using the zip archiver I have an entry like
<entry name="041103_1113_modis_1km2004-11-03T11:13:33.jpeg"
src="cocoon:/midaswms?layers=041103_1113_modis_1km&amp;bbox=-1.173,49.850,1.5074,50.350" />


However where the &amp; is it should be & otherwise the cocoon protocol doesn't work
and the bbox parameter isn't interpreted in the sitemap.


I use the following to
<xsl:attribute disable-output-escaping="yes" name="src"><xsl:value-of select="@src"/></xsl:attribute>
problem is this is an attribute and as such it is not evaluated as '&'.


Since I am calling a cocoon pipeline is there a way to change all &amp; to '&' using cocoon? There
doesn't seem to be a way to do it using XSL!


Thanks,

Norman

--
Norman Barker
Software Engineer
ComSine Ltd
Tel: +44 (0)1483 457121
Web: http://www.comsine.com
*Please Note:*
This text is confidential. If you are not the named addressee, it could be 
unlawful for you to read, copy, distribute, disclose or use the information 
contained herewith. If you are not the intended recipient please telephone 
+44(0)1483 457121.


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



Reply via email to