Convert invalid xml characters to HTML-Entity
843834Jan 23 2007 — edited Jan 28 2007Hi,
How can i convert invalid XML characters like �,�,�, . . . to the HTML- Entity ä ü ö ?
Is there any Method or class who can handle an input string and transform the invalid characters?
Or is there another way to mask this characters so that an XML parser do not throw an error when parsing the document.
Best regards,
Michael