Remove the QtXML dependency for Sage backend

Authored by filipesaraiva on Jan 28 2017, 3:34 PM.

Description

Remove the QtXML dependency for Sage backend

Now the keywords used by Sage backend are hardcoded in sagekeywords
class. This way the backend doesn't depend of QtXML anymore.

Close T5213