Photogallery XML with HTMLtags

I’m building a photo gallery with XML and Flash. But want the XML data file to include HTML tags. Like <br> or <font> tags. Any suggestions ?

current XML data (partial)
<gallery>
<image title=“KYOTO was the title of Roland’s photo exhibition at the Gallery of the Austrian Embassy in Tokyo (November 2005).Maiko Toshihana was featured on video” main=“images1/1.jpg” thmb=“thumbnails1/1.jpg” url="<A href=“http://www.landlocked.tv/maiko/index.html"/">http://www.landlocked.tv/maiko/index.html”/>
</gallery>

[FONT=Verdana][COLOR=olive][FONT=‘MS PGothic’][FONT=Verdana]Rob Oudendijk[/FONT][/FONT][/COLOR]****[COLOR=#2b7d65][FONT=‘MS PGothic’] [/FONT][/COLOR][/FONT][COLOR=#2b7d65]
[/COLOR]
[COLOR=gray][FONT=Verdana]Nakasato[/FONT][/COLOR][COLOR=gray][FONT=Verdana] 19-5
Abiko-shi, Chiba 270-1122[/FONT][/COLOR]
[FONT=Verdana][COLOR=gray]map[/COLOR][COLOR=gray]: [/COLOR][COLOR=olive][COLOR=olive]click here[/COLOR][/COLOR][COLOR=gray][/COLOR][/FONT]
[COLOR=gray][FONT=Verdana]phs :+81 07050768865[/FONT][/COLOR]
[COLOR=gray][FONT=Verdana]voipstunt in:+31202221360
voipstunt: robouden1
skype : robouden
skype : robouden
[/FONT][/COLOR][COLOR=olive][FONT=‘MS PGothic’][FONT=Verdana]http://www.roboudendijk.com[/FONT][/FONT][/COLOR]
[COLOR=olive][FONT=‘MS PGothic’][FONT=Verdana]http://www.oudendijk.biz[/FONT][/FONT][/COLOR][COLOR=gray][FONT=Verdana] (under construction)[/FONT][/COLOR]

put the title and link in different nodes, then make it a link in flash.

Enclose your node values in a CDATA tag, do a search for it and you should get some info. (remember that you will need to go one node deeper too)

Thanks for the fast replies. My skills with XML are not so good yet. I need more information. I made a mistake in the pasting of the XML data.

should be:
<gallery>
<image title=“KYOTO was the title of Roland’s photo exhibition at the Gallery of the Austrian Embassy in Tokyo (November 2005).Maiko Toshihana was featured on video” main=“images1/1.jpg” thmb=“thumbnails1/1.jpg” url=“http://www.landlocked.tv/maiko/index.html”/>
</gallery>

Works fine for normal text
But I want to use for example to make KYOTO bold by <b>KYOTO</b>. in the xml code. How to do that? I did some searching for CDATA but was confused how to implement it.

Something like this:

    <photo filename="eu-santorini.jpg" caption="Santorini">
      <![CDATA[My favorite <b>Greek</b> Island.]]>
    </photo>

wow… i didn’t know that. Thanx zooey

Thanks all for the info.
I’ll try tonight (probally your day times…:slight_smile:

Heh… I would’ve thought you had wanted XSLT by your original description. :stuck_out_tongue: