logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xmlstarlet - command line XML/XSLT toolkit

Author

MikhailGrushinskiy
           XMLStarlet creator.

Bugs

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

Commands

xmlstarletcommand--help for command specific help

       Available commands include:

       ed(oredit)
           Edit/update XML document(s).

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

       tr(ortransform)
           Transform XML documents(s) using XSLT.

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

       fo(orformat)
           Format XML document(s).

       el(orelements)
           Display element structure of XML document.

       c14n(orcanonic)
           XML canonicalization.

       ls(orlist)
           List directory as XML.

       esc(orescape)
           Escape special XML characters.

       unesc(orunescape)
           Unescape special XML characters.

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

       p2x(ordepyx)
           Convert PYX into XML.

Introduction

       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.

Name

       xmlstarlet - command line XML/XSLT toolkit

Options

--version
           Display the version of xmlstarlet.

       --help
           Display help.

References

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

Synopsis

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

See Also