################################################################################ # # AFL dictionary for XML Property Lists # ---------------------- # # Several basic syntax elements and attributes for libplist. # # Created by Nikias Bassen # Adapted from libxml2's dict file (created by Michal Zalewski ) # attr_encoding=" encoding=\"1\"" attr_generic=" a=\"1\"" attr_version=" version=\"1\"" entity_builtin="<" entity_decimal="" entity_external="&a;" entity_hex="" string_cdata="CDATA" string_dashes="--" string_empty="EMPTY" string_empty_dblquotes="\"\"" string_empty_quotes="''" string_parentheses="()" string_pcdata="#PCDATA" string_percent="%a" string_public="PUBLIC" string_utf8="UTF-8" tag_cdata="" tag_doctype="" tag_open_close="" tag_open_exclamation="" tag_xml_q="" tag_array="" tag_data="" tag_date="" tag_dict="" tag_false="" tag_integer="" tag_key="" tag_plist="" tag_real="" tag_string="" tag_true=""