PDA

View Full Version : Shared xml file and specific xml files for multiple panoramas


nmendes
07-26-2007, 10:40 AM
I've multiple panoramas that share common parameters/hotspots like the navigation buttons, logos, etc.
The differences between them are on the home pan parameter and the hotspots.

How can I have a common xml file that gives the shared hotspots to all of them and still have a specific xml file where I can define their own hotspots or other parameters? Is there a way to do this?

Denis
07-28-2007, 02:58 PM
Like "include" command? I will think about it.
Actually this can be done now using any server script: shtml or php for example.

nmendes
07-30-2007, 12:09 PM
Yes, like an include command. I guess you can do it creating a xml file on demand with php or other server language right now.