Difference between revisions of "Xml-Tools"

From BITPlan Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Installation =
+
= What is it? =
 +
Shell command line tools for handling xml files
 +
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
 +
 
 +
== 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 07: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

Homepage

http://xml-coreutils.sourceforge.net/