XML - White space ?
Hi all
I have a simple xml file that I’m using to load images
<travel&lifestyle>
<image>images/travel/1marakesh</image>
<image>images/travel/2marakesh</image>
<image>images/travel/3marakesh</image>
<image>images/travel/4marakesh</image>
<image>images/travel/5new york</image>
</travel&lifestyle>
I’m using the name of the base tag as the name of the nav to load the images. So from the xml above the nav button would be
“travel & lifestyle”
I know flash removes the whitespace but what if I want whitespace there.
If I try
<travel & lifestyle>
The xml won’t load and I get an error loading the xml file into Firefox
“XML Parsing Error: not well-formed”
How can I format the xml to keep the space
Thanks in advance for any help