twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
484 stars 425 forks source link

fix: handle case where XML transformer attributes are not supported #629

Closed codylerum closed 3 years ago

codylerum commented 3 years ago

in certain runtimes xalan or other xml libraries may provide the XML TransformerFactory and may not support the attributes being set.

fix for #626