Hi Paul, Could you post the snippet that matches the normal body tag?
Is it something like <xsl:template match="body"> ... </xsl:template> That should also match the <body> tag with the onload attribute... Cheers, Robby -----Original Message----- From: Paul Joseph [mailto:[EMAIL PROTECTED] Sent: dinsdag 4 november 2008 19:00 To: [email protected] Subject: not sure how to modify xsl match Hi there, I have an xsl newbie question.... I am using the double-listbox style of a multivalue widget. This uses the forms-advanced-field-styling.xsl stylesheet. This stylesheet appears to match against <body> and the double-listbox works nicely on the many pages that have the <body> element. However on one (just one) page I have a <body onLoad="javascript:myJavaScriptFunction()> and not a plain old <body> My question is what is the best way to make the advanced field styling template match against this. thx! Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
