Parse plist (apple XML propertylist)

Might be done by PyCall and plistlib, but i’d prefer a julia-only. Any idea? Or at least a recommendation for XML?

How about GitHub - JuliaIO/LightXML.jl: A light-weight Julia package for XML based on libxml2. ?

2 Likes

Or EzXML.jl (yes, it is my package).

And as you link in readme.md there is also https://github.com/JuliaIO/LibExpat.jl

BTW I am surprised that python has plistlib in standard library: doc, source.