Page 1 of 1

XSL Sheet Parameters?

Posted: Wed May 24, 2006 4:52 pm
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?

XSL Sheet Parameters?

Posted: Wed May 24, 2006 6:04 pm
by mark
Remove this bit from the default XSL

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