﻿<?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 v3 / Using FusionCharts / FusionCharts and JSP  / Editing the strXML variable in JSP for Multi-series Charts / 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>Fri, 10 Oct 2008 15:47:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Editing the strXML variable in JSP for Multi-series Charts</title><link>http://www.fusioncharts.com/forum/Topic4816-33-1.aspx</link><description>hi,&lt;/P&gt;&lt;P&gt;Please go through the Documentation and XML structure of an Multiseries chart like MSColumn3D from our Documentation : &lt;A href="http://www.fusioncharts.com/"&gt;http://www.fusioncharts.com/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;In the same Documentation you can have a look at the 'Using With JSP' Section, in 'Guide For Web Developers.' You can have an uinsight in to how XML is created with JSP. You write it any way you wish, provided that the resultant XML conforms to the norms of a multoseries chart.&lt;/P&gt;&lt;P&gt;A general XML structure for a multiseries chart :&lt;/P&gt;&lt;P&gt;&amp;lt;chart&amp;gt;&lt;BR&gt;  &amp;lt;categories&amp;gt;&lt;BR&gt;      &amp;lt;category label='YourDate'/&amp;gt;&lt;BR&gt;       ...&lt;BR&gt;  &amp;lt;/categories&amp;gt;&lt;BR&gt;  &amp;lt;dataset seriesName=&lt;STRONG&gt;'&lt;/STRONG&gt;Users'&amp;gt;&lt;BR&gt;      &amp;lt;set value='..'/&amp;gt;&lt;BR&gt;      ...&lt;BR&gt;  &amp;lt;/dataset&amp;gt;&lt;BR&gt;  &amp;lt;dataset seriesName='Uploads'&amp;gt;&lt;BR&gt;      &amp;lt;set value=''/&amp;gt;&lt;BR&gt;      ...&lt;BR&gt;  &amp;lt;/dataset&amp;gt;&lt;BR&gt;&amp;lt;/chart&amp;gt;</description><pubDate>Fri, 29 Feb 2008 05:51:16 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: Editing the strXML variable in JSP for Multi-series Charts</title><link>http://www.fusioncharts.com/forum/Topic4816-33-1.aspx</link><description>Where's the love?</description><pubDate>Thu, 28 Feb 2008 13:35:49 GMT</pubDate><dc:creator>itchap</dc:creator></item><item><title>Editing the strXML variable in JSP for Multi-series Charts</title><link>http://www.fusioncharts.com/forum/Topic4816-33-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Im very new to FusionCharts. But i think it's the bomb! &lt;br&gt;&lt;br&gt;Can you help me? I need to display data from my MySQL DB in a Multi-series Chart. I have 3 Fields - Date, Users, Uploads. So far i can only display the Date and Users data in a Single-series chart. I need to know how to edit the strXML string in my JSP file to display the three compents in a Multi-series Chart. I.e. Date (x-axis), Users and Uploads (y-axis).&lt;br&gt;&lt;br&gt;Cheers!&lt;br&gt;&lt;br&gt;Peter</description><pubDate>Thu, 28 Feb 2008 12:15:09 GMT</pubDate><dc:creator>itchap</dc:creator></item></channel></rss>