evogroup
10-26-2009, 06:45 PM
Is it possible to have an XML file reference data from another XML file?
I'd like the main file for a banner to look like this:
<banner>
<body>caption1</body>
<imagePath>01.jpg</imagePath>
</banner>
and a second XML file to have data like this:
caption1="Lorem ipsum dolor sit amet"
So the output is "Lorem ipsum dolor sit amet" as the body text in my banner.
Thanks,
Evo
I'd like the main file for a banner to look like this:
<banner>
<body>caption1</body>
<imagePath>01.jpg</imagePath>
</banner>
and a second XML file to have data like this:
caption1="Lorem ipsum dolor sit amet"
So the output is "Lorem ipsum dolor sit amet" as the body text in my banner.
Thanks,
Evo