The xmlpatch library is a framework utilizing XML path language (XPath) selectors with the aid of which a set of patches can be applied to an existing initial XML document.
The xmlpatch library is a framework utilizing XML path language (XPath) selectors with the aid of which a set of patches can be applied to an existing initial XML document.
To install xmlpatch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlpatch
To see what files were installed by xmlpatch, run:
port contents xmlpatch
To later upgrade xmlpatch, run:
sudo port selfupdate && sudo port upgrade xmlpatch
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.