首页 > 留学知识库

问题: 中译英

我们对贵公司FusionCharts 产品很感兴趣并有意购买,但是还有一些问题想咨询一下。
1.我们下载了v3的试用版本(不是free版本),由于我们的xml是php动态生成的所以需要传递一些参数
格式例如xml.php?a=a&b=b;我们发现get传递的参数长度做了限制。我们想知道正式的v3版本是否同样做了限制,还是仅仅是在这个没有授权的版本中有限制。
2.我们发现在显示页面上(不使用单独的xml文件方式)不能使用非英文字符集例如:
“chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>”如果换成“chart1.setDataXML("<chart><set label='北京' value='10' /><set label='B' value='11' /></chart>”那将无法生成flash,请问是我们使用不当,还是确实存在这个问题呢?

解答:

We are interested in your company's product FusionCharts and we have a mind to buy it,but we still have some questions to consult.
1.We downloaded the v3 trial version(not the free version) ,since our xml are dynamic generated by php,we need to pass some parameters,parameter format is like "xml.php?a=a&b=b;". We found that parameters' length passed by get are limited,so we want to know if the formal v3 version has the same limit,or merely limited in this unauthorised version.
2.We alse found that we can't use other character sets except English in the display page(not use the individual xml file).
For example,if we changed“chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>”to “chart1.setDataXML("<chart><set label='北京' value='10' /><set label='B' value='11' /></chart>”,it would not generate flash,
this situation is of our incorrect use or is a real problem in your product?