Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFEED_XMLENC(1)		    General Commands Manual	       SFEED_XMLENC(1)

NAME
       sfeed_xmlenc -- get text-encoding from XML

SYNOPSIS
       sfeed_xmlenc

DESCRIPTION
       sfeed_xmlenc reads XML data from	stdin and writes the found text-encod-
       ing  to	stdout.	 It converts characters	in the encoding-name to	lower-
       case and	strips characters which	are not	allowed	in an encoding-name.

EXIT STATUS
       The sfeed_xmlenc	utility	exits 0	on success, and	>0 if an error occurs.

EXAMPLES
       Get text-encoding from an Atom feed:

       curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc

SEE ALSO
       sfeed_update(1),	sh(1)

AUTHORS
       Hiltjo Posthuma <hiltjo@codemadness.org>

FreeBSD	ports 15.0		 July 25, 2021		       SFEED_XMLENC(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sfeed_xmlenc&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help