# XMLerrs1.sml string xmlfile$; xmlfile$=_context.ScriptDir + "/errors.xml"; class XMLDOC dlgdoc; dlgdoc.Read(xmlfile$); class XMLNODE dlgnode; dlgnode = dlgdoc.GetElementByID("radiogp"); class GUI_DLG dlgwin; dlgwin.SetXMLNode(dlgnode); dlgwin.DoModal();