Hello there
I am trying to import an XML file into infor. The encoding being UTF-8. I am having trouble importing just this part specifically.
And the code which i use is this..
The Error Message is "Cannot carry out Code Conversion".
When i remove the Description part. XML is imported nicely and the tree is created.
I am trying to import an XML file into infor. The encoding being UTF-8. I am having trouble importing just this part specifically.
Code:
<Description><html>
<head>
</head>
<body bgcolor="#ffffff">
Enterprise
</body>
</html></Description>
Code:
|Parse the XML file
cmfId = xmlRead(fp, error_string)
if not isspace(error_string) then
message(error_string)
endif
When i remove the Description part. XML is imported nicely and the tree is created.