- From: Dave Pawson <daveP@dpawson.freeserve.co.uk>
- Date: Mon, 28 Jan 2002 19:58:57 +0000
- To: "G. Ken Holman" <gkholman@CraneSoftwrights.com>, www-xsl-fo@w3.org
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