A major mode for GNU Emacs for editing XML documents. It supports editing well-formed XML documents and also provides schema-sensitive editing of XML documents using RELAX NG Compact Syntax.
A major mode for GNU Emacs for editing XML documents. It supports editing well-formed XML documents and also provides schema-sensitive editing of XML documents using RELAX NG Compact Syntax.
To install nxml-mode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nxml-mode
To see what files were installed by nxml-mode, run:
port contents nxml-mode
To later upgrade nxml-mode, run:
sudo port selfupdate && sudo port upgrade nxml-mode
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.