﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / XML Issue  / Problem with &amp;lt; / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 06:59:34 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Problem with &amp;lt;</title><link>http://www.fusioncharts.com/forum/Topic1219-41-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I just found out that you can use the code [b]%26lt;[/b] as [b]&lt;[/b] in xml string for setDataXML.&lt;br&gt;It seems setDataXML convert the string twice, first it converts  [b]%26[/b] to [b]&amp;[/b] ,&lt;br&gt;and then the second conversion will change [b]&amp; lt;[/b] to the correct [b]&lt;[/b].&lt;br&gt;That is why we can't use [b]&amp; lt;[/b] directly as string in setDataXML.&lt;br&gt;But this is only the case for the first setDataXML directly after chart creation (new FusionCharts(...)).&lt;br&gt;The following setDataXML to update the chart does only one string conversion, so you &lt;br&gt;can use [b]&amp; lt;[/b] as &lt; directly as xml string for setDataXML.&lt;br&gt;&lt;br&gt;Cahya.&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 07 Sep 2007 10:13:57 GMT</pubDate><dc:creator>LastUnicorn</dc:creator></item><item><title>RE: Problem with &amp;lt;</title><link>http://www.fusioncharts.com/forum/Topic1219-41-1.aspx</link><description>You necessarily need to use dataURL method and use this characater as explained at &lt;A href="http://www.fusioncharts.com/docs/Contents/SpChar_LT.html"&gt;http://www.fusioncharts.com/docs/Contents/SpChar_LT.html&lt;/A&gt;</description><pubDate>Thu, 07 Jun 2007 01:40:04 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>Problem with &amp;lt;</title><link>http://www.fusioncharts.com/forum/Topic1219-41-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;  I am creating xml for fusion chart display in my jsp using javascript. I have created the xml string and passed it to the method setDataXML().&lt;/P&gt;&lt;P&gt;The problem I am facing is that in that XML string when I use &amp;lt; sign in the label part of category, then it says Invalid xml while displaying that chart.&lt;/P&gt;&lt;P&gt;&amp;lt;category label = ' XXX &amp;lt; XXX' ... /&amp;gt;&lt;/P&gt;&lt;P&gt;And I have tried using &amp;amp;lt; as well&lt;/P&gt;&lt;P&gt;What could be possible solution for this?&lt;/P&gt;&lt;P&gt;I hope you got my problem. If not, then let me know what all code parts should I provide you.</description><pubDate>Wed, 06 Jun 2007 03:30:56 GMT</pubDate><dc:creator>hakim_hanif</dc:creator></item></channel></rss>