SFEED_XMLENC(1) |
OpenBSD Reference Manual |
SFEED_XMLENC(1) |
NAME
sfeed_xmlenc — get text-encoding from XML
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