Skip to content

Add separator for XPath results.

Cyker Way requested to merge cykerway/libxml2:master into master

This patch provides 2 options for XPath query result display:

  • --xpath: Results are separated by newline char \n.

  • --xpath0: Results are separated by null char \0.

Solves this problem.

Edited by Cyker Way

Merge request reports