I'm parsing an XML file via untangle in python and and writing the content to a database.
--> How can I check whether a tag exists or not before parsing? Currently my code throws an error for non existing title tag ...
--> How can I check whether a tag exists or not before parsing? Currently my code throws an error for non existing title tag ...
Comment