I use QT's QDomDocument. There is a problem when using QDomDocument::setContent(), the compiler complains at this line:
< field regexp = "text".+"text" >
I tried so:
< field regexp = "text"".+""text" >< field regexp = "text'"'.+'"'text" >< field regexp = "text\".+\"text" >