Re: nbsp?

At 14:53 28/01/2002 -0500, G. Ken Holman wrote:


>What I meant by the above is use <xsl:value-of> in place of <xsl:text>, of 
>course you can't have a <xsl:value-of> inside of an <xsl:text>.

No, but putting the literal inside xsl:text is the bit I missed.

   <block>Other stuff
   <inline keep-together="always">here is text with keep-together on a line
<xsl:value-of select="selected-content"/>
   </inline>
   </block>

Will do it. I was missing the wrapper for the literal.
Too used to selecting text!

Regards DaveP

Received on Monday, 28 January 2002 14:59:39 UTC