SFEED_XMLENC(1) OpenBSD Reference Manual SFEED_XMLENC(1)

NAME

sfeed_xmlencget text-encoding from XML

SYNOPSIS

sfeed_xmlenc

DESCRIPTION

sfeed_xmlenc reads XML data from stdin and writes the found text-encoding to stdout.

EXAMPLES

Get text-encoding from xkcd Atom feed:

wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc

SEE ALSO

sh(1), sfeed_update(1)

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
December 25, 2014