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
Currently it seems that it is only possible to specify a parser for MultiXml to use at the class level like so: MultiXml.parser = :ox. However, this makes it quite awkward to use different parsers in the same application. It would be preferable to allow the parser to be set for individual parse operations like so: MultiXml.parse(xml, parser: :ox). If there's support for this idea, I would be happy to put together a PR.
The text was updated successfully, but these errors were encountered:
Currently it seems that it is only possible to specify a parser for MultiXml to use at the class level like so:
MultiXml.parser = :ox
. However, this makes it quite awkward to use different parsers in the same application. It would be preferable to allow the parser to be set for individual parse operations like so:MultiXml.parse(xml, parser: :ox)
. If there's support for this idea, I would be happy to put together a PR.The text was updated successfully, but these errors were encountered: