Hi,
When I use virDomainDefineXML(conn, xml), there is a message -
"libvir: Domain Config error : at line 1: Opening and ending tag
mismatch: domian line 1 and domain"- that I cannot continue to define my
domain.
According to the error message, you have a typo in the opening tag :
you wrote "domian" and not "domain".
Olivier