Xml-Tools: Difference between revisions
Jump to navigation
Jump to search
m (Wf moved page Xml-coreutils to Xml-Tools) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| 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'> | |||
# linux | |||
sudo apt-get install libxml2-utils | |||
# macports Mac OS/X | |||
sudo port install libxml2 | |||
</source> | |||
=== usage === | |||
<source lang='bash'> | |||
xmllint | |||
</source> | |||
=== links === | |||
* https://stackoverflow.com/questions/tagged/xmllint | |||
= 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/ | ||
Latest revision as of 05: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