[Home] [By Thread] [By Date] [Recent Entries]
> how can output an apostrophe ? ' does not work > correctly... I want to output the following as a literal string > > child::*[name()='mntoption']/@value > > please help... thanks in advance... > the simplest way is: <xsl:variable name="x">child::*[name()='mntoption']/@value</xsl:variable> <xsl:value-of select="$x"/> Michael Kay Software AG home: Michael.H.Kay@xxxxxxxxxxxx work: Michael.Kay@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



