User Tools

Site Tools


informatica:linux:parsear:xml
echo '<root><foo a="b">lorem</foo><bar value="ipsum" /></root>' | xmllint --format -

Resultado:

<?xml version="1.0"?>
<root>
  <foo a="b">lorem</foo>
  <bar value="ipsum"/>
</root>
informatica/linux/parsear/xml.txt · Last modified: 2021/12/12 21:53 by jose