I'm trying to import an XML file into Access, but I get the
31593 error: DTD not allowed.
I understand that there are some lines in my xml that cause the fail, I test deleting those lines from my file and it works fine, but I need to know how to delete those lines in my VBA script because I download that xml and I don't want to delete those lines each time I import the files. I was trying t find out how to do this, maybe you can give me some idea about how to do it.