1*5a923131SAndroid Build Coastguard Worker# 2*5a923131SAndroid Build Coastguard Worker# AFL dictionary for XML 3*5a923131SAndroid Build Coastguard Worker# ---------------------- 4*5a923131SAndroid Build Coastguard Worker# 5*5a923131SAndroid Build Coastguard Worker# Several basic syntax elements and attributes, modeled on libxml2. 6*5a923131SAndroid Build Coastguard Worker# 7*5a923131SAndroid Build Coastguard Worker# Created by Michal Zalewski <[email protected]> 8*5a923131SAndroid Build Coastguard Worker# 9*5a923131SAndroid Build Coastguard Worker 10*5a923131SAndroid Build Coastguard Workerattr_encoding=" encoding=\"1\"" 11*5a923131SAndroid Build Coastguard Workerattr_generic=" a=\"1\"" 12*5a923131SAndroid Build Coastguard Workerattr_href=" href=\"1\"" 13*5a923131SAndroid Build Coastguard Workerattr_standalone=" standalone=\"no\"" 14*5a923131SAndroid Build Coastguard Workerattr_version=" version=\"1\"" 15*5a923131SAndroid Build Coastguard Workerattr_xml_base=" xml:base=\"1\"" 16*5a923131SAndroid Build Coastguard Workerattr_xml_id=" xml:id=\"1\"" 17*5a923131SAndroid Build Coastguard Workerattr_xml_lang=" xml:lang=\"1\"" 18*5a923131SAndroid Build Coastguard Workerattr_xml_space=" xml:space=\"1\"" 19*5a923131SAndroid Build Coastguard Workerattr_xmlns=" xmlns=\"1\"" 20*5a923131SAndroid Build Coastguard Worker 21*5a923131SAndroid Build Coastguard Workerentity_builtin="<" 22*5a923131SAndroid Build Coastguard Workerentity_decimal="" 23*5a923131SAndroid Build Coastguard Workerentity_external="&a;" 24*5a923131SAndroid Build Coastguard Workerentity_hex="" 25*5a923131SAndroid Build Coastguard Worker 26*5a923131SAndroid Build Coastguard Worker# keywords 27*5a923131SAndroid Build Coastguard Worker"ANY" 28*5a923131SAndroid Build Coastguard Worker"ATTLIST" 29*5a923131SAndroid Build Coastguard Worker"CDATA" 30*5a923131SAndroid Build Coastguard Worker"DOCTYPE" 31*5a923131SAndroid Build Coastguard Worker"ELEMENT" 32*5a923131SAndroid Build Coastguard Worker"EMPTY" 33*5a923131SAndroid Build Coastguard Worker"ENTITIES" 34*5a923131SAndroid Build Coastguard Worker"ENTITY" 35*5a923131SAndroid Build Coastguard Worker"FIXED" 36*5a923131SAndroid Build Coastguard Worker"ID" 37*5a923131SAndroid Build Coastguard Worker"IDREF" 38*5a923131SAndroid Build Coastguard Worker"IDREFS" 39*5a923131SAndroid Build Coastguard Worker"IGNORE" 40*5a923131SAndroid Build Coastguard Worker"IMPLIED" 41*5a923131SAndroid Build Coastguard Worker"INCLUDE" 42*5a923131SAndroid Build Coastguard Worker"NDATA" 43*5a923131SAndroid Build Coastguard Worker"NMTOKEN" 44*5a923131SAndroid Build Coastguard Worker"NMTOKENS" 45*5a923131SAndroid Build Coastguard Worker"NOTATION" 46*5a923131SAndroid Build Coastguard Worker"PCDATA" 47*5a923131SAndroid Build Coastguard Worker"PUBLIC" 48*5a923131SAndroid Build Coastguard Worker"REQUIRED" 49*5a923131SAndroid Build Coastguard Worker"SYSTEM" 50*5a923131SAndroid Build Coastguard Worker 51*5a923131SAndroid Build Coastguard Worker# Various tag parts 52*5a923131SAndroid Build Coastguard Worker"<" 53*5a923131SAndroid Build Coastguard Worker">" 54*5a923131SAndroid Build Coastguard Worker"/>" 55*5a923131SAndroid Build Coastguard Worker"</" 56*5a923131SAndroid Build Coastguard Worker"<?" 57*5a923131SAndroid Build Coastguard Worker"?>" 58*5a923131SAndroid Build Coastguard Worker"<!" 59*5a923131SAndroid Build Coastguard Worker"!>" 60*5a923131SAndroid Build Coastguard Worker"[]" 61*5a923131SAndroid Build Coastguard Worker"]]" 62*5a923131SAndroid Build Coastguard Worker"<![CDATA[" 63*5a923131SAndroid Build Coastguard Worker"<![CDATA[]]>" 64*5a923131SAndroid Build Coastguard Worker"\"\"" 65*5a923131SAndroid Build Coastguard Worker"''" 66*5a923131SAndroid Build Coastguard Worker"=\"\"" 67*5a923131SAndroid Build Coastguard Worker"=''" 68*5a923131SAndroid Build Coastguard Worker 69*5a923131SAndroid Build Coastguard Worker# DTD 70*5a923131SAndroid Build Coastguard Worker"<!ATTLIST" 71*5a923131SAndroid Build Coastguard Worker"<!DOCTYPE" 72*5a923131SAndroid Build Coastguard Worker"<!ELEMENT" 73*5a923131SAndroid Build Coastguard Worker"<!ENTITY" 74*5a923131SAndroid Build Coastguard Worker"<![IGNORE[" 75*5a923131SAndroid Build Coastguard Worker"<![INCLUDE[" 76*5a923131SAndroid Build Coastguard Worker"<!NOTATION" 77*5a923131SAndroid Build Coastguard Worker"#CDATA" 78*5a923131SAndroid Build Coastguard Worker"#FIXED" 79*5a923131SAndroid Build Coastguard Worker"#IMPLIED" 80*5a923131SAndroid Build Coastguard Worker"#PCDATA" 81*5a923131SAndroid Build Coastguard Worker"#REQUIRED" 82*5a923131SAndroid Build Coastguard Worker 83*5a923131SAndroid Build Coastguard Worker# Encodings 84*5a923131SAndroid Build Coastguard Worker"ISO-8859-1" 85*5a923131SAndroid Build Coastguard Worker"US-ASCII" 86*5a923131SAndroid Build Coastguard Worker"UTF-8" 87*5a923131SAndroid Build Coastguard Worker"UTF-16" 88*5a923131SAndroid Build Coastguard Worker"UTF-16BE" 89*5a923131SAndroid Build Coastguard Worker"UTF-16LE" 90*5a923131SAndroid Build Coastguard Worker 91*5a923131SAndroid Build Coastguard Worker# Namespaces and schemas 92*5a923131SAndroid Build Coastguard Worker"xmlns" 93*5a923131SAndroid Build Coastguard Worker"xmlns:" 94*5a923131SAndroid Build Coastguard Worker"xmlns:xhtml=\"http://www.w3.org/1999/xhtml\"" 95*5a923131SAndroid Build Coastguard Worker"xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"" 96*5a923131SAndroid Build Coastguard Worker"xmlns:xmlns=\"http://www.w3.org/2000/xmlns\"" 97*5a923131SAndroid Build Coastguard Worker 98*5a923131SAndroid Build Coastguard Workerstring_col_fallback=":fallback" 99*5a923131SAndroid Build Coastguard Workerstring_col_generic=":a" 100*5a923131SAndroid Build Coastguard Workerstring_col_include=":include" 101*5a923131SAndroid Build Coastguard Workerstring_dashes="--" 102*5a923131SAndroid Build Coastguard Workerstring_parentheses="()" 103*5a923131SAndroid Build Coastguard Workerstring_percent="%a" 104*5a923131SAndroid Build Coastguard Workerstring_schema=":schema" 105*5a923131SAndroid Build Coastguard Workerstring_ucs4="UCS-4" 106*5a923131SAndroid Build Coastguard Workertag_close="</a>" 107*5a923131SAndroid Build Coastguard Workertag_open="<a>" 108*5a923131SAndroid Build Coastguard Workertag_open_close="<a />" 109*5a923131SAndroid Build Coastguard Worker 110*5a923131SAndroid Build Coastguard Worker 111*5a923131SAndroid Build Coastguard Worker"<?xml?>" 112*5a923131SAndroid Build Coastguard Worker"http://docboo" 113*5a923131SAndroid Build Coastguard Worker"http://www.w" 114*5a923131SAndroid Build Coastguard Worker"he30" 115*5a923131SAndroid Build Coastguard Worker"he2" 116*5a923131SAndroid Build Coastguard Worker"IET" 117*5a923131SAndroid Build Coastguard Worker"FDF-10" 118*5a923131SAndroid Build Coastguard Worker"aDUCS-4OPveb:" 119*5a923131SAndroid Build Coastguard Worker"a>" 120*5a923131SAndroid Build Coastguard Worker"UT" 121*5a923131SAndroid Build Coastguard Worker"xMl" 122*5a923131SAndroid Build Coastguard Worker"/usr/share/sg" 123*5a923131SAndroid Build Coastguard Worker"ha07" 124*5a923131SAndroid Build Coastguard Worker"http://www.oa" 125*5a923131SAndroid Build Coastguard Worker"cle" 126