You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will create python/xml_retriever.py as a generic class that will take two parameters:
the URL of the xml document to parse
an object containing the xml attributes to parse from the xml document
This class, after being instantiated will return an object. This return object will be the important xml attributes we wanted to parse for (as defined by the second parameter of this class).