Skip to content

Releases: DavidGamba/xmlsect

v0.4.0: Release 0.4.0

16 Sep 04:21
Compare
Choose a tag to compare
* Add limit option to limit the depth of the tree.

v0.3.0: Release 0.3.0

24 Aug 04:24
Compare
Choose a tag to compare
* Add --unique option to modify --tree output

v0.2.0: Release 0.2.0

23 Aug 04:54
Compare
Choose a tag to compare
* 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!

20 Jul 03:01
Compare
Choose a tag to compare

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