Sponsor:

Your company here, and a link to your site. Click to find out more.

hxuncdata - Man Page

replace CDATA sections by character entities

Synopsis

hxuncdata [ xml-file ]

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.

Options

The following options are supported:

-?,  --help

Show command usage.

Operands

The following operand is supported:

xml-file

The file to work on.

See Also

UTF-8 (RFC 2279)

Info

10 Jul 2011 7.x HTML-XML-utils