GoLand
 
Get GoLand
Because GoLand 2025.1 is still in development, this documentation may not be entirely accurate and is subject to change.

XML

Last modified: 08 October 2024

GoLand brings powerful support for XML that includes structure validation, formatting (CtrlAlt0L) and indentation (CtrlAlt0I according to the XML code style, importing unbound namespaces, viewing code structure, unwrapping and removing tags (CtrlShiftDelete), generating DTD files and schemas from instance documents, as well as syntax and error highlighting, code completion (CtrlSpace), intention actions (AltEnter), quick documentation look-up (Ctrl0Q), and more.

GoLand uses Xerces 2.11, an XML parser developed by Apache Software Foundation Group.