[EMAIL PROTECTED] a �crit :
> 
> On Tue, Nov 14, 2000 at 05:37:24PM +0100, Nicolas Sauret wrote:
> > Sorry for being a novice, but how can I use the patch :
> >       - I change manually the lines or
> >       - I apply patch p1 < filename
> > ?
> 
> Ah, sorry.
> 
> cd Sablot/engine
> patch -p0 <patch
> 
>  .robin.
> 
> --
> Straw? No, too stupid a fad! I put soot on warts.

It seems to work very well now. Thanks a lot.
I still have a problem with the template 

<xsl:template name="min2MAJ">
<xsl:param name="contenu"/>
   <xsl:value-of
select="translate($contenu,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
</xsl:template>

You notice I change the <xsl:param name="contenu" select="."/> in
<xsl:param name="contenu"/> (same infinite loop than in the other
template you fixed), but it doesn't want to work anyway.

Try it with my files, and you will see that the results for
ChannelBroadcast are strange.

Thanks anyway.
nico

Reply via email to