I am converting from v7 to v9. My xmlpackages do not see to be working. I don't think it's grabbing the id from the url.
Here is the formation of the url:
http://www.domain.com/c-52-seo-name-of-page.aspx
Does someone have an example of how to grab the value 52?
I have the following code but doesn't seem to be working:
<xsl:variable name="reqProductID" select="/root/QueryString/productid" />
<xsl:variable name="reqCategoryID" select="/root/QueryString/categoryid" />