I don't know where to plug this question in; it may be similar to the question on tokens which never got a clear answer that I could find.
I need to have the XML module communicate with the page it is embedded in. I will be querying an XML service that can send back one of up to 6000 possible categories of text/data. I don't want to build 6000 pages with each XML query hand-embedded.
Is there any way to get the QueryString of the host html page to pass to the XML module and be appended to the XML source URL.?
If there isn't, is there somewhere to add this function to a wish list for the XML module?
I am looking into writing my own modification of the core XML module to do this; I would like to get the function into the core module so that I wouldn't need to update my version every time there is a new DNN version.