It would suggest that the XML page in question can handle a parameter being passed to it - to know what it means, you'd need to look at the source of the XML.
It is the query string part of the url, and it is used to pass parameters to the server receiving the request. Xml by itself is not actively processing anything, it just holds data, but it may be linked to a xsl transformation. It could also mean the url is dynamically serving xml content. In ASP.Net those key-value pairs can be retrieved from Request.QueryString property.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.