A string of XML:
Text Node
Send it through xmllint:
echo 'Text Node ' | xmllint --format -
Output from xmllint:
Text Node
A string of XML:
Text Node
Send it through xmllint:
echo 'Text Node ' | xmllint --format -
Output from xmllint:
Text Node
0 Comments