Emit errors when body is extracted.
[htmlpurifier.git] / configdoc / types.xml
blob3e3ee3883f1cfc5f066362c7e413ca1db2639250
1 <?xml version="1.0" encoding="UTF-8"?>
2 <types>
3   <type id="string">String</type>
4   <type id="istring">Case-insensitive string</type>
5   <type id="text">Text</type>
6   <type id="itext">Case-insensitive text</type>
7   <type id="int">Integer</type>
8   <type id="float">Float</type>
9   <type id="bool">Boolean</type>
10   <type id="lookup">Lookup array</type>
11   <type id="list">Array list</type>
12   <type id="hash">Associative array</type>
13   <type id="mixed">Mixed</type>
14 </types>
16 <!-- vim: et sw=4 sts=4
17 -->