Hello,
I'm currently testing out matrix in preparation for a rollout project. At this stage I'm trying to prototype one of our main parts of integration for the site for user testing. This part of the site pulls in data via xml based on a url variable… so I have ?blah=9757 for example which pulls in an xml record for 9757 and displays it. This part works fine.
I also want to mash this up with content managed within the CMS, specific to each record. So say for example I have an asset listing page that shows the xml data for 9757, I also want to show a standard page (or whatever other asset might be suitable for this?) which is named or somehow marked as 9757, nested into the page.
What would be the easiest/quickest way to implement this? At this stage it doesn't have to be even a remotely elegant solution as it's only for the purposes of this prototype… after we do user testing and refine the design and are ready to implement it for real, presumably Squiz will advise on the optimal way to build this as part of the implementation project.