Ugo,
the code you sent even strips out all of the html and leaves only the values passed into the xslt page! All I want is to be able to strip out the xml code that appears within the html tags ;-)
what do I need to do?


Peter
On 2 Apr 2004, at 15:54, Ugo Cei wrote:

    <xsl:element name="{local-name()}">
      <xsl:copy-of select="@*"/>
      <xsl:apply-templates mode="copy"/>
    </xsl:element>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to