GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XMLSTARLET(1) XMLStarlet Manual XMLSTARLET(1)

xmlstarlet - command line XML/XSLT toolkit

xml [options...] {command} [cmd-options...]

XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands. This set of command line utilities can be used by those who deal with many XML documents on UNIX shell command prompt as well as for automated XML processing with shell scripts.

--version
Display the version of xmlstarlet.

--help

Display help.

xml command --help for command specific help

Available commands include:

ed (or edit)

Edit/update XML document(s).

sel (or select)

Select data or query XML document(s) (XPATH, etc).

tr (or transform)

Transform XML documents(s) using XSLT.

val (or validate)

Validate XML document(s) (well-formed/DTD/XSD/RelaxNG).

fo (or format)

Format XML document(s).

el (or elements)

Display element structure of XML document.

c14n (or canonic)

XML canonicalization.

ls (or list)

List directory as XML.

esc (or escape)

Escape special XML characters.

unesc (or unescape)

Unescape special XML characters.

pyx (or xmln)

Convert XML into PYX format (based on ESIS - ISO 8879).

p2x (or depyx)

Convert PYX into XML.

XMLStarlet is a command line toolkit to query/edit/check/transform XML documents (for more information see http://xmlstar.sourceforge.net/).

Report bugs to the mailing list, xmlstar-devel@lists.sourceforge.net or the bug tracker: http://sourceforge.net/tracker/?group_id=66612&atid=515106.

Mikhail Grushinskiy
XMLStarlet creator.

Copyright © 2012
08/26/2012 Version 1.4.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.