more background on this problem here
I’m using EE and the gallery module to manage the upload and management of my photos, and to dynamically generate an XML file to be loaded by Slideshow Pro depending on which particular page you’re on. I then use swfobject to load in the XML to slideshowpro. The XML generation works fine, and slideshowpro works fine when i give it a static XML file but when i try to use the two of them together, slideshowpro doesn’t load any images.
I’ve checked the generated XML by copy/pasting it into a file and using that with slideshowpro and that works - just when it’s dynamically generated it doesn’t load. I have a feeling that it may be the URL to the dynamic XML file, it is as follows http://www.mysite.com/index.php?/scheme_images/gallery_xml/&scheme_id=42
like i said earlier, if I load that url in a browser, copy/paste the output and save it as a static xml file and tell slideshowpro to load that, everything works as it should.
does EE do anything ‘extra’ to the XML templates that would make them differ from a static xml file?