I want a series of site map nodes to have urls which contain a product code and a sub-product code. Something like
<siteMapNode url="Products.aspx?CatID=2&SubCatID=34" title="Pope Benedict books" description=""/>
However I get an error in the editor of the site map file: "Expecting ;" and the application will not build. No matter what I use to seperate the keys the Request.QueryString seems to contain everything after the = of CatID.
How does one do this?
Thanks.