IE5 xsl:copy

Subject: IE5 xsl:copy
From: "Paul Beer" <paul.beer@xxxxxxxxxxxx>
Date: Wed, 25 Aug 1999 12:04:25 +0100
anyone know how to convert non-XSL elements to <xsl:element> syntax  using
the IE5 XSL converter?

i am using this and it does not parse the value of xsl:element   :

	<xsl:template>
		<xsl:copy><xsl:apply-templates/></xsl:copy>
	</xsl:template>

  <xsl:template>
    <xsl:element name="xsl:element">
      <xsl:attribute name="name"><xsl:node-name/></xsl:attribute>
      <xsl:apply-templates select="@*|node()"/>
    </xsl:element>
  </xsl:template>




_____________________________________

Paul Beer
Backsoft Corporation
paul.beer@xxxxxxxxxxxx
http://www.backsoft.com
(888) 222-6047 Phone

'Dynamic XRP Solutions'


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • IE5 xsl:copy
    • Paul Beer - Wed, 25 Aug 1999 12:04:25 +0100 <=