Here is my situation, and I am confused to how to accomplish this.
I have a xml/xsl modul setup and everything is working perfect except one small thing.. the location URL.
I have a page on the site, for simplicity we will call this page ‘A’, on page ‘A’ I have an XML module defined that is collecting RSS data and displaying it perfectly. One of the items displayed is a link to another page on the site with a querystring value, we will call this page ‘B’ and the querystring value ‘Q’.
When the link on page ‘A’ is clicked the navigation to page ‘B’ occurs with no problem and the ‘Q’ value is clearly visible. All good so far.
On page ‘B’ I need to be able to take the ‘Q’ value and incorporate it into the location URL for the collection of the RSS data for page ‘B’.
For example:
Consider that ‘Q’ has a value of ‘1234’ and the URL for the feed location is;
What I need is a way to take the value from ‘Q’ and apply it accordingly like so;
Anyone know how to accomplish this?