You will have to bare with me as im a complete novice to querystrings! Let me explain my scenario.
I have a DNN page with the XML module installed. The module is on a page with a url similar to: http://www.mydomain.com/Property/tabid/103/Default.aspx
The data source is set to an external url link to an xml file. An example of this url is: http://www.dezrez.com/drapp/Search.ASP?WCI=XML&WCE=870029.
The '870029' at the end of the url is the reference to a particular property record in xml format. I have my XML transformation page specified and all looks good!
Now, what i want to do on another page on my site is provide a text url link to a property e.g 'Click here to see property number 123456'. When a user clicks this link i want the user to be redirected to my http://www.mydomain.com/Property/tabid/103/Default.aspx page but for the xml to show the appropriate property. So, in this case the XML needs to look at: http://www.dezrez.com/drapp/Search.ASP?WCI=XML&WCE=123456.
Can this be done through some kind of query string passed into the xml module on the page? What i mean is i want the XML source set to http://www.dezrez.com/drapp/Search.ASP?WCI= and then after the '=' sign should be the property reference number. Therefore, the appropriate property is queried and my transformation will output the XML in HTML.
Is this what the XML module can do? If so, how? What querystring do i need to enter and what is the link url i need to create for each of my property links e.g 'Click here to see property number 123456', 'Click here to see property number 654321'.
Please please help! This is baffling me!!!!