# XML TODO Intro 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR
Usage ```sh xml sel -t -v 'configuration/gui/password' 'Library/Application Support/Syncthing/config.xml' xml ed -L -d 'configuration/gui/password' 'Library/Application Support/Syncthing/config.xml' ```
## Further readings - [Website] - [Codebase] ### Sources - [5 simple ways to parse an XML file on Linux] - [`xmllint` cheatsheet][xmllint command cheatsheet] - [`xml` cheatsheet][xml command cheatsheet] [5 simple ways to parse an xml file on linux]: https://www.fosslinux.com/114195/ways-to-parse-an-xml-file-on-linux.htm [xmllint command cheatsheet]: https://cheat.sh/xmllint [xml command cheatsheet]: https://cheat.sh/xml