Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[misc] Add misc_xml.c to wrap mxml, fixes XML reading of CDATA (et al) #1682

Merged
merged 1 commit into from
Nov 13, 2023

Commits on Nov 12, 2023

  1. [misc] Add misc_xml.c to wrap mxml, fixes XML reading of CDATA (et al)

    The change removes all direct calls to mxml from the modules that need an XML
    parser (lastfm.c, pipe.c, rssscanner.c and httpd_rsp.c).
    
    Even with the help of mxml, reading XML is hard, so a layer is added which
    helps deal with stuff like whitespace and CDATA. This should make OwnTone more
    resilient to any XML variations it might receive.
    
    The changes fixes issue #1677.
    ejurgensen committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    65c72c4 View commit details
    Browse the repository at this point in the history