XSLT: Passing URL querystring as a parameter
问题 I know this is an old question that has been passed around SO several times but I was wondering whether anyone can expand on whether a URL that has a querystring attached to it can be stripped out via XSLT 1.0 and can be used as a parameter for later use of the XSLT transformation. For example, I have a URL of http://www.mydomain.com/mypage.htm?param1=a¶m2=b via XSLT, I am looking for a result of something along the lines of: <xsl:param name="param1">a</xsl:param> and <xsl:param name=