I'm sorry, maybe the above is not very clear.
I want to create a single HTML page that can be re-formatted ( in terms of the order of content) depending what the user clicks on.
I was hoping that it would be possible to use a single XML document transformed into HTML using XSLT. Then, depending what the user clicks on in the HTML document, a different XSLT style sheet is imported which would re-transform the XML document.
Is this possible?