In inforssFeed.xml ``` isActive() { return this.active; }, getFeedActivity() { return this.feedXML.getAttribute("activity") == "true"; }, ``` What is the difference??? Which gets set by what?
In inforssFeed.xml
What is the difference??? Which gets set by what?