well i tried this but it does not work either
<?xml version="1.0" encoding="UTF-8" ?>
<icons>
<icon image="gif/guillaume.gif" tooltip="tooltip" content="<![CDATA["
<a href="http://www.google.com">link</a> " ]]>" />
</icons>
any idea??
thanlks for your help
jeanphy
Le 07-06-09 à 11:00, David Ngo a écrit :
You won't be able to put special characters within attribute elements
of a
node. Instead, place it within a CDATA node:
<?xml version="1.0" encoding="UTF-8" ?>
<icons>
<icon image="gif/images.gif" tooltip="tooltip">
<content><![CDATA[here i want
to have HTML tags like <a href="somewhere.com">click here to go
somewhere</a>]]></content>
</icon>
</icons>
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
promo+biboune.net
Sent: Saturday, June 09, 2007 10:20 AM
To: [email protected]
Subject: [Flashcoders] html in XML
hi there
i am having trouble to parse Html tags in a Xml file that is loaded
in a flash file
can anyone help
here is the XML
<?xml version="1.0" encoding="UTF-8" ?>
<icons>
<icon image="gif/images.gif" tooltip="tooltip" content=" here i want
to have HTML tags like <a href="somewhere.com">click here to go
somewhere </a> " />
</icons>
best
jeanphy
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com