is there a library for xml where it is possible to read the bookmarks.plist from macOS?
I saw threads about Xml2Map but I am not sure if this is possible.
I have converted the Apple Safari bookmark.plist to a xml file.
As it is a very large file I have created an example file.
I want to create an App where I can read a bookmark xml file and create e.g. a sqlitedb file.
The file you posted is not a valid xml file. You can test it with this tool: https://codebeautify.org/xmlvalidator
It should end with:
</dict>
</array>
</dict>
</plist>