Hi, i am trying to create an xml document in Titanium Appcelerator mobile through the api Titanium.XML.DOMImplementation.createDocument.
var xmlDoc = Ti.XML.DOMImplementation.createDocument(null, 'TESTXML', Titanium.XML.DocumentType);I receive the error : Uncaught TypeError: Object function DOMImplementation() {[native code]} has no method 'createDocument'
I tried too to set the sdk min version
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22"/>Someone can help me? Thanks