The length of the text string exceeds the size of the string buffer. (XML)

Hi there,

I have a problem when i read a string from a xml file. the string contains base64 converted text.

I get the error: The length of the text string Exceeds the size of the string buffer

The error occurs in the code: OStream.WRITETEXT (XMLRecordNode.selectSingleNode (’@ content’). Text);

Are there anyone here who can make an sample for how i can get the node into a Ostream or file like “File1.txt”?

Thank you! :slight_smile: