Hello I have generated XML content as string. But I have to convert string to XML data type.
String str = "<?xml version="1.0" encoding="utf-8"?><Message><Rc1>12343322</Rc1><Rc2>125145552</Rc2><Rc3>54682242</Rc3><Rc4>7777332287</Rc4></Message>"
How can I convert this string to xmldoc
type?