Difference between revisions of "Xml-Tools"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Installation === | === Installation === | ||
<source lang='bash'> | <source lang='bash'> | ||
+ | # linux | ||
sudo apt-get install libxml2-utils | sudo apt-get install libxml2-utils | ||
+ | # macports Mac OS/X | ||
+ | sudo port install libxml2 | ||
</source> | </source> | ||
+ | |||
=== usage === | === usage === | ||
<source lang='bash'> | <source lang='bash'> | ||
xmllint | xmllint | ||
</source> | </source> | ||
+ | === links === | ||
+ | * https://stackoverflow.com/questions/tagged/xmllint | ||
== xml-coreutils == | == xml-coreutils == |
Latest revision as of 06:53, 17 July 2020
What is it?
Shell command line tools for handling xml files see https://stackoverflow.com/a/91801/1497139 for other options
libxml2-utils
Installation
# linux
sudo apt-get install libxml2-utils
# macports Mac OS/X
sudo port install libxml2
usage
xmllint
links
xml-coreutils
Installation
# macports / OSX
sudo port install xml-coreutils