|
NAMEsfeed_xmlenc —
get text-encoding from XML
SYNOPSIS
DESCRIPTIONsfeed_xmlenc reads XML data from stdin and writes the
found text-encoding to stdout. It converts characters in the encoding-name to
lowercase and strips characters which are not allowed in an encoding-name.
EXIT STATUSThesfeed_xmlenc utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESGet text-encoding from an Atom feed:curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc SEE ALSOsfeed_update(1), sh(1)AUTHORSHiltjo Posthuma <hiltjo@codemadness.org>
Visit the GSP FreeBSD Man Page Interface. |