You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Lassi Immonen <li...@malla.urova.fi> on 2000/12/14 18:38:56 UTC

[C2][Patch]Sitemap.xsl

Hi,

Sitemap has bug when log.debug is printing out Actions.
Included diff should fix that.
Problem were " chars left in debug method call that are now translated
to spaces. 

Just for interest: if I have xsl param $p="Text"in quotes"", how could I
translate that to be $p="Text\"in quotes\""

<xsl:value-of select="translate($p,'&quot;','\&quot')"\> doesn't work.

Thanks,
 Lassi