Skip to content

Releases: DavidGamba/xmlsect

v0.4.0: Release 0.4.0

Choose a tag to compare

@DavidGamba DavidGamba released this 16 Sep 04:21
* Add limit option to limit the depth of the tree.

v0.3.0: Release 0.3.0

Choose a tag to compare

@DavidGamba DavidGamba released this 24 Aug 04:24
* Add --unique option to modify --tree output

v0.2.0: Release 0.2.0

Choose a tag to compare

@DavidGamba DavidGamba released this 23 Aug 04:54
* Add --tree option to show the xpath tree of the given file.
* Change default namespace id to '_' and 'DEFAULT'.
* Rename import path from davidgamba to DavidGamba.
* Build using travis.

It's alive!

Choose a tag to compare

@DavidGamba DavidGamba released this 20 Jul 03:01

xmlsect - Quickly query an XML file using XPath 1.0.

Installation

  • Using Golang:
go install github.com/davidgamba/xmlsect
dnf copr enable davidgamba/xmlsect
dnf install xmlsect