At 99/01/14 15:13 +0000, Guy_Murphy@xxxxxxxxxx wrote:
>I though that <xsl:template match="text()"> would do, but the IE5b2 parser
>compains that this isn't returning a node. ::shrug:: somebody's bound to
>clear it up.
In IE5b2 the code required is:
<xsl:template match="textnode()"><xsl:value-of/></xsl:template>
............ Ken
--
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Training: http://www.CraneSoftwrights.com/s/schedule.htm
Resources: http://www.CraneSoftwrights.com/s/resources.htm
Shareware: http://www.CraneSoftwrights.com/s/shareware.htm
Next XSL Training (see training link): WWW8 - 1999-05-11
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|