logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hxuncdata - replace CDATA sections by character entities

Description

hxuncdata  replaces  CDATA  sections  by  character  entities.  The  input  is scanned for occurrences of
       "<![CDATA[" and corresponding "]]>". Those strings are removed and all occurrences of "&", "<" and ">" in
       between them will be replaced by "&amp;", "&lt;" and "&gt;" respectively.

       The input must be 1 byte per character. If it is not, convert it to UTF-8 first.

Name

       hxuncdata - replace CDATA sections by character entities

Operands

       The following operand is supported:

       xml-file
              The file to work on.

Options

       The following options are supported:

       -?, --help
              Show command usage.

See Also

UTF-8 (RFC 2279)

7.x                                                10 Jul 2011                                      HXUNCDATA(1)

Synopsis

hxuncdata [ xml-file ]

See Also