Reading special characters with revXMLNodeContents
Posted: Tue Oct 11, 2011 9:37 am
In an XML-File I've the following part
<headline>FOKUS 1-Tochter stoppt Vorstoß des Ölmultis BP in die Arktis</headline>
when I try to read this data with the following statement:
local tHeadLine
put revXMLNodeContents(pTree, "newsMessage/itemSet/newsItem/contentMeta/headline") into tHeadLine
I get in the variable "tHeadLine" the following text:
FOKUS 1-Tochter stoppt Vorstoß des Ölmultis BP in die Arktis
How i it possible to read with "revXMLNodeContents" and holding the spezial characaters ??
<headline>FOKUS 1-Tochter stoppt Vorstoß des Ölmultis BP in die Arktis</headline>
when I try to read this data with the following statement:
local tHeadLine
put revXMLNodeContents(pTree, "newsMessage/itemSet/newsItem/contentMeta/headline") into tHeadLine
I get in the variable "tHeadLine" the following text:
FOKUS 1-Tochter stoppt Vorstoß des Ölmultis BP in die Arktis
How i it possible to read with "revXMLNodeContents" and holding the spezial characaters ??