OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: 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
--------------------------------------


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC