joseballester / muFunds

µFunds lets you import your asset data from Morningstar and other sources to your Google Sheets spreadsheet by using a simple formula.
https://mufunds.com
81 stars 11 forks source link

Fix XML namespaces error by removing SVGs #24

Closed joseballester closed 4 years ago

joseballester commented 4 years ago

This pull request solves issue #21 by deleting elements with the svg tag within the loaded HTMLs. It turns out that a new SVG element, introduced recently in Morningstar country pages, had a non-compliant namespace attribute that made the XML parser fail.

This pull request updates µFunds to v2.4.

Closes #21.