I created a full text search form using the form handler as mentioned in the Tamino user guide:
http://techcommunity.softwareag.com/ecosystem/documentation/crossvision/ins441/htreq/fhcreate.htm#fhcreate
I’m trying to pass along a variable to a stylesheet through this form.
My form looks something like this:
This will send the following URL: http://myserver/tamino/mydb/mycollection?_HTMLreq=_XQL//tamino/mydb/mycollection/xsl:stylesheet/searchResults.xslt&xslt_TOCBookTitle=How to Get Rich Quick&XQLNode=//TOC&//*=sometypedinkeyword
On my stylesheet I have:
<xsl:param name=“TOCBookTitle”>
<xsl:template match=“/”>
<xsl:value-of select="$TOCBookTitle/>
. . . .
This does not work. My form works fine when I remove the &xslt_TOCBookTitle=How to Get Rich Quick&XQLNode, so I know the from is OK. The styelsheet works fine too. I just can’t make this happen. Is there anyway to pass along a variable to a stylesheet through a form handler or XQL type URL?
Any help would be much appreciated!
#webMethods#Tamino#API-Management