SuperStrict Framework Text.xml Import brl.standardio Local xml:String = LoadText("sample.xml") Local doc:TxmlDoc = TxmlDoc.readDoc(xml) If doc Then doc.savefile("-", , True) doc.Free() End If