This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: search-replace linefeeds


On Tuesday 04 February 2003 23:58, you wrote:
<<snip>>
> > The closest i come is this:
> >
> > <xsl:with-param name="replace-string">
> > 	<xsl:value-of select="'&lt;br&gt;'"/>
> > </xsl:with-param>
> >
> > which of course just sticks a bunch of literal <br> in the
<<snip>>
> What about something like this (untested):
>
> <xsl:variable name="replace-string">
>   <xsl:text disable-output-escaping="yes">&lt;br&gt;</xsl:text>
> </xsl-variable>
> ...
> <xsl:with-param name="replace-string" select="$replace-string"/>
>
> Regards
> Gisbert Amm

Thanks! That worked. 

--------------------------------------
Ethan Vaughn
ethan@gurulabs.com
--------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]