1HXUNCDATA(1) HTML-XML-utils HXUNCDATA(1)
2
3
4
6 hxuncdata - replace CDATA sections by character entities
7
9 hxuncdata [ xml-file ]
10
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 "&", "<" and ">" respectively.
16
17 The input must be 1 byte per character. If it is not, convert it to
18 UTF-8 first.
19
21 The following options are supported:
22
23 -?, --help
24 Show command usage.
25
27 The following operand is supported:
28
29 xml-file
30 The file to work on.
31
33 UTF-8 (RFC 2279)
34
35
36
375.x 21 Nov 2008 HXUNCDATA(1)