|
|||||||||||
|
Re: Preventing cross site scripting
From: Laurian Gridinoc <laur(at)grapefruitdesign.com>
Date: Fri Jun 20 2003 - 12:21:00 EDT
You want to drop the `object' element, just write `<xsl:template
match="object" />', you want to ignore it (preserve the content it
wraps) just write `<xsl:template match="object"><xsl:apply-templates
<xsl:template match="*|@*|text()|comment()"> <xsl:copy>
<xsl:apply-templates select="*|@*|text()|comment()" />
</xsl:copy>
Cheers, -- Laurian Gridinoc Chief Developer GRAPEFRUIT DESIGN tel/fax: +40.232.233068 tel/fax: +1.646.349.2916 mobile: +40.745.304379 e-mail: laur@gd.ro www.grapefruitdesign.com www.gd.roReceived on Fri Jun 20 11:57:07 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:53 EDT |
||||||||||
|
|||||||||||