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

xmltrip.native - XML round trip: parses XML files and prints them

Description

       Reads xml files and outputs them on stdout.  Options:

       -enc <enc>, use specified encoding, utf-8, utf-16, utf-16be, utf-16le,

              iso-8859-1, ascii (otherwise guesses).

       -strip strip and collapse white space in character data.

       -ns replace unbound namespaces prefixes by themselves (on input and output).

       -eref replace unknown entity references by their name.

       -xhtml resolve XHTML character entities.

       -p parse only, no output.

       -t build document tree in memory.

       -signals outputs the stream of signals instead of xml (excludes -t).

       -ot output document ascii outline instead of xml.

       -indent indent xml output.

       -trip <suffix>, result for file <file> is output to a file <file.suffix>.

       -help  Display this list of options

       --help Display this list of options

xmltrip.native 1.2.0                              January 2025                                 XMLTRIP.NATIVE(1)

Name

       xmltrip.native - XML round trip: parses XML files and prints them

Synopsis

xmltrip.native<options><files>

See Also