jeffersyuan
22nd August 2007, 16:40
Hi,
The baan system can generater the report by XML format.
But I want to know what encoing it is using?
For I get the XML file, but I cannot find what's the meaning of Multibyte string.
Thank you.
Jeffers
NPRao
22nd August 2007, 20:36
Jeffers,
Refer to the link - XML object constraints (http://www.baanboard.com/programmers_manual_baanerp_help_functions_xml_constraints)
vahdani
23rd August 2007, 18:25
Hi Jeffers,
the Report in XML-Format is(was) only used for transfering (pushing) Baan reports to the Crystal web server (Crystal Enterprise) to be accessed by users through Web browser. Crystal used to call this "Integrated Baan Reporting". The generated XML is not usefull for any other purpose! It is definitelty not the XML-representation of the "Baan Data".
To get Baan data in XML format there is no other way that programing using the XML-Object functionality which is mentioned by NPRao.
jeffersyuan
28th August 2007, 10:49
Hi,
I really remember in the FP2, I can using UTF7 encoding to get the Multibyte string, and the result is correctly.
But now I am using FP3, I cannot get it. So strange.
Jeffers.