Peter,
How about using exclude-result-prefixes ... > e.g.: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xsl xalan"> That will exclude any prefixes that aren't really needed in the results. Regards, Chris On Fri, 2004-04-02 at 11:08, beyaNet Consultancy wrote: > 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] -- Chris Wilder-Smith <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
