Re: [xml] Is there a solution to have newline delimited output for xmllint ?
My implementation of a wrapper command, named xmllint : ---8<-- #!/bin/bash # 2018-03-23 12:49:27.0 +0100 / Gilles Quenot # wrapper script to have newline delimited output on Xpath querys args=( "$@" ) if [[ $@ == *--xpath* ]]; then # iterate over positional parameter
Re: [xml] Is there a solution to have newline delimited output for xmllint ?
https://github.com/sputnick-dev/xmllint ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org https://mail.gnome.org/mailman/listinfo/xml