- [ ] Run parser out of UI main thread - [ ] Add `Environment#parseXml` so we can replace parser for different environments - [ ] Use non-strict XML parser to ignore errors like `missed namespace` (if we do not use those tags) - [ ] Use stream parser to avoid creating big tree for every tag (at least for HTML since we often need a few links there)
Environment#parseXmlso we can replace parser for different environmentsmissed namespace(if we do not use those tags)