not sure how to modify xsl match

2008-11-04 Thread Paul Joseph
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.

RE: not sure how to modify xsl match

2008-11-04 Thread Robby Pelssers
: dinsdag 4 november 2008 19:00 To: users@cocoon.apache.org 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

Re: not sure how to modify xsl match

2008-11-04 Thread Paul Joseph
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: users@cocoon.apache.org Subject: not sure how to modify xsl match

Re: not sure how to modify xsl match

2008-11-04 Thread Joerg Heinicke
... /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: users@cocoon.apache.org Subject: not sure how to modify xsl match Hi there, I have an xsl

Re: not sure how to modify xsl match

2008-11-04 Thread Paul Joseph
: 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