EnglishFrenchSpanish

OnWorks favicon

hxselect - Online in the Cloud

Run hxselect in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command hxselect that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


hxselect - extract elements that match a (CSS) selector

SYNOPSIS


hxselect [ -i ] [ -c ] [ -l language ] [ -s separator ] selector

DESCRIPTION


hxselect reads a well-formed XML document and outputs elements that match the CSS selector
that is given as an argument. For example

hxselect ol li:first-child

selects the first li (list item in XHTML) in an ol (ordered list).

The command operates on the standard input.

Assumes that class selectors (".foo") refer to an attribute called "class".

Assumes that ID selectors ("#foo") refer to an attribute called "id".

OPTIONS


The following options are supported:

-i Match case-insensitively. Useful for HTML and some other SGML-based languages.

-c Print content only. Without -c, the start and end tag of the matched element are
printed as well; with -c only the contents of the matched element are printed.

-l language
Sets the default language, in case the root element doesn't have an xml:lang
attribute (default: none). Example: -l en

-s separator
A string to print after each match (default: empty). Accepts C-like escapes.
Example: -s '\n\n' to print an empty line after each match.

-? Show command usage.

OPERANDS


The following operand is supported:

selector
A selector. Most selectors from CSS level 3 are supported, with the exception of
pseudo-classes, pseudo-elements and selectors with last- in their name.

Use hxselect online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 2
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 3
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 4
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • 5
    Task Coach
    Task Coach
    Task Coach - Your friendly task
    manager. Task Coach is a free open
    source todo manager. It grew out of
    frustration about other programs not
    handling composite ...
    Download Task Coach
  • 6
    HyperSQL Database Engine (HSQLDB)
    HyperSQL Database Engine (HSQLDB)
    HSQLDB is a relational database engine
    written in Java, with a JDBC driver,
    conforming to ANSI SQL:2016. A small,
    fast, multithreaded engine and server
    with mem...
    Download HyperSQL Database Engine (HSQLDB)
  • More »

Linux commands

Ad