Difference between revisions of "Xml-Tools"
Jump to navigation
Jump to search
m (Wf moved page Xml-coreutils to Xml-Tools) |
|||
Line 1: | Line 1: | ||
= What is it? = | = What is it? = | ||
− | Shell command line | + | Shell command line tools for handling xml files |
see https://stackoverflow.com/a/91801/1497139 for other options | see https://stackoverflow.com/a/91801/1497139 for other options | ||
+ | == libxml2-utils == | ||
+ | === Installation === | ||
+ | <source lang='bash'> | ||
+ | sudo apt-get install libxml2-utils | ||
+ | </source> | ||
+ | === usage === | ||
+ | <source lang='bash'> | ||
+ | xmllint | ||
+ | </source> | ||
− | = Installation = | + | == xml-coreutils == |
+ | === Installation === | ||
<source lang='bash'> | <source lang='bash'> | ||
# macports / OSX | # macports / OSX | ||
sudo port install xml-coreutils | sudo port install xml-coreutils | ||
</source> | </source> | ||
− | = Homepage = | + | === Homepage === |
http://xml-coreutils.sourceforge.net/ | http://xml-coreutils.sourceforge.net/ |
Revision as of 06:51, 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
sudo apt-get install libxml2-utils
usage
xmllint
xml-coreutils
Installation
# macports / OSX
sudo port install xml-coreutils