Is it possible to scan all of the parameters in the query string in a URL in .NET? If this is possible, then I would suggest that an option be added to the XML module that allows the automatic passing as parameters of all query string values.
So say we have:
http://www.mysite.com/xmlmodule/?one=fire&two=water
The XSL receives the params one and two with the values of fire and water set.
This would, in my opinion, allow more generic processing of an XML data set through one XSL file.
I can expand on why I want to do this but I'm sure you already know. Is there another way to implement this that already exists in the XML module?