XSL Sheet Parameters?

Post Reply
cwd
Posts: 8
Joined: Wed Mar 08, 2006 7:51 pm

XSL Sheet Parameters?

Post by cwd »

I am trying to find out how to turn off the Advanced Search Button.

Is there any documentation on the parameters to use in the XSL StyleSheet and an example of how to use them?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

XSL Sheet Parameters?

Post by mark »

Remove this bit from the default XSL

<xsl:if test="AdvancedSearch!=1">
<INPUT TYPE="submit" NAME="cmd" VALUE="Advanced"/>
</xsl:if>
Post Reply