1HXUNCDATA(1)                    HTML-XML-utils                    HXUNCDATA(1)
2
3
4

NAME

6       hxuncdata - replace CDATA sections by character entities
7

SYNOPSIS

9       hxuncdata [ xml-file ]
10

DESCRIPTION

12       hxuncdata  replaces  CDATA sections by character entities. The input is
13       scanned for occurrences of "<![CDATA[" and corresponding  "]]>".  Those
14       strings  are removed and all occurrences of "&", "<" and ">" in between
15       them will be replaced by "&amp;", "&lt;" and "&gt;" respectively.
16
17       The input must be 1 byte per character. If it is  not,  convert  it  to
18       UTF-8 first.
19

OPTIONS

21       The following options are supported:
22
23       -?, --help
24              Show command usage.
25

OPERANDS

27       The following operand is supported:
28
29       xml-file
30              The file to work on.
31

SEE ALSO

33       UTF-8 (RFC 2279)
34
35
36
375.x                               21 Nov 2008                     HXUNCDATA(1)
Impressum