I'm modifying a form in Sharepoint and I want to get the parms that are being passed in the url, does anyone have a suggestion?
<xsl:element name='a'>
<xsl:attribute name='href'>
http://smallserver:777/tools/geraDoc2.aspx?
<xsl:value-of select="parametroComNomeDeIDqueEstáNaURL" />
</xsl:attribute>