I'm switching out of a deprecated library for printing labels with Javascript. The old library accepted a label styled in HTML, so all of my prior code currently creates that label with HTML notation. The new library, however, only accepts Xml notation, so I can't pass my html var into it. Is there any way to easily convert my html variable into Xml so I can use it with this new library?