Sha256: be32820f00c1302eb18f7ab077a1ef16fa3e7b767148cb0cb6e14bf7bf3caf91

Contents?: true

Size: 733 Bytes

Versions: 1

Compression:

Stored size: 733 Bytes

Contents

# ronin-web-xml 1 "2022-01-01" Ronin "User Manuals"

## NAME

ronin-web-xml - Performs XPath queries on a URL or XML file

## SYNOPSIS

`ronin-web xml` [*options*] {*URL* \| *FILE*} [*XPATH*]

## DESCRIPTION

Performs XPath queries on a URL or HTML file.

## ARGUMENTS

*URL*
: The `http://` or `https://` URL to fetch and parse.

*FILE*
: The local XML file to parse.

*XPATH*
: The XPath query expression.

## OPTIONS

`-X`, `--xpath` *XPATH*
: The XPath query to perform.

`-F`, `--first`
: Only print the first match.

`-t`, `--text`
: Prints the inner-text of the matching elements.

`-h`, `--help`
: Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-web-html](ronin-web-html.1.md)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-web-2.0.0.rc1 man/ronin-web-xml.1.md