I am needing to include our base site URL in the following param statement and am not sure how to accomplish this goal.
<xsl:param name="IsSearchByCategory" select="$CurrentEntity/XmlPackage =('entity.grid.xml.config') or /root/System/PageName = ('default.aspx')">
The base site is www.got-chrome.com/ and is the site people land on when they either 1) type in the address without including default.aspx at the end or 2) use Google or another search engine to get to our website.
Any assistance will be greatly appreciated.
Thanks,
~Tonya