OLD | NEW |
(Empty) | |
| 1 # |
| 2 # AFL dictionary for XML |
| 3 # ---------------------- |
| 4 # |
| 5 # Several basic syntax elements and attributes, modeled on libxml2. |
| 6 # |
| 7 # Created by Michal Zalewski <lcamtuf@google.com> |
| 8 # |
| 9 |
| 10 attr_encoding=" encoding=\"1\"" |
| 11 attr_generic=" a=\"1\"" |
| 12 attr_href=" href=\"1\"" |
| 13 attr_standalone=" standalone=\"no\"" |
| 14 attr_version=" version=\"1\"" |
| 15 attr_xml_base=" xml:base=\"1\"" |
| 16 attr_xml_id=" xml:id=\"1\"" |
| 17 attr_xml_lang=" xml:lang=\"1\"" |
| 18 attr_xml_space=" xml:space=\"1\"" |
| 19 attr_xmlns=" xmlns=\"1\"" |
| 20 |
| 21 entity_builtin="<" |
| 22 entity_decimal="" |
| 23 entity_external="&a;" |
| 24 entity_hex="" |
| 25 |
| 26 string_any="ANY" |
| 27 string_brackets="[]" |
| 28 string_cdata="CDATA" |
| 29 string_col_fallback=":fallback" |
| 30 string_col_generic=":a" |
| 31 string_col_include=":include" |
| 32 string_dashes="--" |
| 33 string_empty="EMPTY" |
| 34 string_empty_dblquotes="\"\"" |
| 35 string_empty_quotes="''" |
| 36 string_entities="ENTITIES" |
| 37 string_entity="ENTITY" |
| 38 string_fixed="#FIXED" |
| 39 string_id="ID" |
| 40 string_idref="IDREF" |
| 41 string_idrefs="IDREFS" |
| 42 string_implied="#IMPLIED" |
| 43 string_nmtoken="NMTOKEN" |
| 44 string_nmtokens="NMTOKENS" |
| 45 string_notation="NOTATION" |
| 46 string_parentheses="()" |
| 47 string_pcdata="#PCDATA" |
| 48 string_percent="%a" |
| 49 string_public="PUBLIC" |
| 50 string_required="#REQUIRED" |
| 51 string_schema=":schema" |
| 52 string_system="SYSTEM" |
| 53 string_ucs4="UCS-4" |
| 54 string_utf16="UTF-16" |
| 55 string_utf8="UTF-8" |
| 56 string_xmlns="xmlns:" |
| 57 |
| 58 tag_attlist="<!ATTLIST" |
| 59 tag_cdata="<![CDATA[" |
| 60 tag_close="</a>" |
| 61 tag_doctype="<!DOCTYPE" |
| 62 tag_element="<!ELEMENT" |
| 63 tag_entity="<!ENTITY" |
| 64 tag_ignore="<![IGNORE[" |
| 65 tag_include="<![INCLUDE[" |
| 66 tag_notation="<!NOTATION" |
| 67 tag_open="<a>" |
| 68 tag_open_close="<a />" |
| 69 tag_open_exclamation="<!" |
| 70 tag_open_q="<?" |
| 71 tag_sq2_close="]]>" |
| 72 tag_xml_q="<?xml?>" |
| 73 "http://docboo" |
| 74 "http://www.w" |
| 75 "UTF-16LE" |
| 76 "xmlns" |
| 77 "he30" |
| 78 "he2" |
| 79 "IET" |
| 80 "FDF-10" |
| 81 "aDUCS-4OPveb:" |
| 82 "a>" |
| 83 "UT" |
| 84 "xMl" |
| 85 "/usr/share/sg" |
| 86 "ha07" |
| 87 "http://www.oa" |
| 88 "cle" |
| 89 |
| 90 |
| 91 # Dictionary elements below have been generated automatically. |
| 92 "WG" |
| 93 "all" |
| 94 "code" |
| 95 "TC2." |
| 96 "text" |
| 97 "forbidden" |
| 98 "supported" |
| 99 "(UAX" |
| 100 "by" |
| 101 "syntax" |
| 102 "notations" |
| 103 "area" |
| 104 "SGML," |
| 105 "/" |
| 106 "Content" |
| 107 "conditional" |
| 108 "follow" |
| 109 "Document" |
| 110 "find" |
| 111 "MUST" |
| 112 "with," |
| 113 "removed" |
| 114 "based" |
| 115 "(" |
| 116 "V.," |
| 117 "outside" |
| 118 "should" |
| 119 "to" |
| 120 "only" |
| 121 "\x27(\x27" |
| 122 "W3C." |
| 123 "<\x21DOCTYPE" |
| 124 "8" |
| 125 "quotation" |
| 126 "local" |
| 127 "(E)." |
| 128 "do" |
| 129 "QUESTION" |
| 130 "FULL" |
| 131 "WIDTH" |
| 132 "string" |
| 133 "notation" |
| 134 "without" |
| 135 "\x27:\x27" |
| 136 "between" |
| 137 "space," |
| 138 "Value" |
| 139 "choice" |
| 140 "\x27INCLUDE\x27" |
| 141 "b" |
| 142 "JIS" |
| 143 "NO-BREAK" |
| 144 "E62" |
| 145 "ending" |
| 146 "(URI):" |
| 147 "(#PCDATA" |
| 148 "LAO" |
| 149 "resource" |
| 150 "embedded" |
| 151 "called" |
| 152 "Conditional" |
| 153 "list" |
| 154 "Entity" |
| 155 "large" |
| 156 "(GI)," |
| 157 "contain" |
| 158 "small" |
| 159 "&MAY;" |
| 160 "->" |
| 161 "ASCII" |
| 162 "available" |
| 163 "abbreviated" |
| 164 "set" |
| 165 "3986\x22>IETF" |
| 166 "\x22REC\x22>" |
| 167 "reference" |
| 168 "etc." |
| 169 "DTD," |
| 170 "direct" |
| 171 "module" |
| 172 "sign" |
| 173 "<\x21ENTITY" |
| 174 "\x27]]>\x27" |
| 175 "zero" |
| 176 "Version" |
| 177 "M." |
| 178 "are" |
| 179 "3C" |
| 180 "UTF-8," |
| 181 "3F" |
| 182 "canonical" |
| 183 "&SGML;" |
| 184 "font" |
| 185 "incompatible" |
| 186 "B+," |
| 187 "EMPTY>" |
| 188 "section" |
| 189 "ID," |
| 190 "label" |
| 191 "state" |
| 192 "version" |
| 193 "enumerated" |
| 194 "apos" |
| 195 "above" |
| 196 "capital" |
| 197 "new" |
| 198 "(ASCII)" |
| 199 "PI" |
| 200 "\x27=\x27" |
| 201 "public" |
| 202 "body" |
| 203 "C" |
| 204 "full" |
| 205 "escaping" |
| 206 "parent" |
| 207 "UAX" |
| 208 "error" |
| 209 "component" |
| 210 "here" |
| 211 "ranges" |
| 212 "MIDDLE" |
| 213 "objects" |
| 214 "address" |
| 215 "path" |
| 216 "Identifier" |
| 217 "UTF-16," |
| 218 "change" |
| 219 "V2.1" |
| 220 "last" |
| 221 "2141\x22>IETF" |
| 222 "root" |
| 223 "ISO-10646-UCS-2" |
| 224 "equal" |
| 225 "against" |
| 226 "[A-Z]" |
| 227 "connection" |
| 228 "2781\x22>IETF" |
| 229 "attributes" |
| 230 "Attribute" |
| 231 "error," |
| 232 "comment" |
| 233 "among" |
| 234 "named" |
| 235 "LINE" |
| 236 "point" |
| 237 "color" |
| 238 "character" |
| 239 "marked" |
| 240 "names" |
| 241 "FF" |
| 242 "table" |
| 243 "BCP" |
| 244 "&MAY;," |
| 245 "once" |
| 246 "use" |
| 247 "from" |
| 248 "stream" |
| 249 "entities" |
| 250 "MARK," |
| 251 "P." |
| 252 "contains" |
| 253 "two" |
| 254 "\x27ANY\x27" |
| 255 "symbol" |
| 256 "few" |
| 257 "duplicate" |
| 258 "CDATA," |
| 259 "call" |
| 260 "UCS-4," |
| 261 "scope" |
| 262 "type" |
| 263 "empty" |
| 264 "more" |
| 265 "XML" |
| 266 "field" |
| 267 "XSLT" |
| 268 "Default" |
| 269 "Markup" |
| 270 "validity" |
| 271 "ZERO" |
| 272 "Space" |
| 273 "normalized" |
| 274 "child" |
| 275 "\x27)*\x27" |
| 276 "%YN;\x22" |
| 277 "(MUST," |
| 278 "must" |
| 279 "#IMPLIED>" |
| 280 "sample" |
| 281 "6F" |
| 282 "GREEK" |
| 283 "this" |
| 284 "Text" |
| 285 "expanded" |
| 286 "single" |
| 287 "value" |
| 288 "will" |
| 289 "(UCS)" |
| 290 "FEED" |
| 291 "paragraph" |
| 292 "values" |
| 293 "three" |
| 294 "many" |
| 295 "following" |
| 296 "closing" |
| 297 "property" |
| 298 "\x27}\x27" |
| 299 "F." |
| 300 "LOW" |
| 301 "control" |
| 302 "ASCII," |
| 303 "2119\x22>IETF" |
| 304 "L." |
| 305 "links" |
| 306 "YN" |
| 307 "process" |
| 308 "attribute" |
| 309 "is" |
| 310 "in" |
| 311 "accept" |
| 312 "parse" |
| 313 "middle" |
| 314 "tag" |
| 315 "MIME" |
| 316 "allowed" |
| 317 "X-0208-1997." |
| 318 "UTF-7" |
| 319 "\x27]\x27" |
| 320 "absolute" |
| 321 "information" |
| 322 "different" |
| 323 "end" |
| 324 "PI." |
| 325 "Notation" |
| 326 "quot" |
| 327 "generic" |
| 328 "unparsed" |
| 329 "charset" |
| 330 "namespace" |
| 331 "same" |
| 332 "(CDATA)" |
| 333 "write" |
| 334 "read" |
| 335 "ISO/IEC" |
| 336 "H" |
| 337 "units" |
| 338 "8879\x22>ISO" |
| 339 "document" |
| 340 "parameter" |
| 341 "start" |
| 342 "A" |
| 343 "product" |
| 344 "Resource" |
| 345 "description" |
| 346 "see" |
| 347 "may" |
| 348 "stop" |
| 349 "after" |
| 350 "space" |
| 351 "U+FEFF," |
| 352 "HTML." |
| 353 "possible" |
| 354 "DOT" |
| 355 "user" |
| 356 "characters" |
| 357 "such" |
| 358 "on" |
| 359 "data" |
| 360 "compatibility" |
| 361 "STACS" |
| 362 "a" |
| 363 "All" |
| 364 "I" |
| 365 "undefined" |
| 366 "rules" |
| 367 "expression" |
| 368 "markup" |
| 369 "author" |
| 370 "well" |
| 371 "-MSM" |
| 372 "element" |
| 373 "\x27)\x27" |
| 374 ")" |
| 375 "xml:lang" |
| 376 "y" |
| 377 "position" |
| 378 "the" |
| 379 "first" |
| 380 "left" |
| 381 "decl" |
| 382 "N.B." |
| 383 "S." |
| 384 "MA," |
| 385 "BB" |
| 386 "less" |
| 387 "<body>" |
| 388 "storage" |
| 389 "\x27;\x27" |
| 390 "entity" |
| 391 "symbols" |
| 392 "10646\x22>ISO" |
| 393 "stored" |
| 394 "nbsp" |
| 395 "COLON," |
| 396 "THAI" |
| 397 "(FAMILY" |
| 398 "R." |
| 399 "before" |
| 400 "HTML" |
| 401 "MIME)," |
| 402 "MIME)." |
| 403 "group" |
| 404 "\x27<\x21ENTITY" |
| 405 "trying" |
| 406 "No" |
| 407 "had" |
| 408 "except" |
| 409 "detected" |
| 410 "valid" |
| 411 "usage" |
| 412 "input" |
| 413 "(double-hyphen)" |
| 414 "has" |
| 415 "<" |
| 416 "match" |
| 417 "((\x27X\x27" |
| 418 "identical" |
| 419 "..." |
| 420 "V2.5" |
| 421 "3023\x22>IETF" |
| 422 "combination" |
| 423 "format" |
| 424 "fragment" |
| 425 "URN" |
| 426 "URI" |
| 427 "symbol," |
| 428 "SHOULD," |
| 429 "declared" |
| 430 "logical" |
| 431 "not" |
| 432 "using" |
| 433 "bit" |
| 434 "NDATA" |
| 435 "d" |
| 436 "sequence," |
| 437 "term" |
| 438 "name" |
| 439 "Encoding" |
| 440 "B," |
| 441 "decimal" |
| 442 "B)" |
| 443 "JC)" |
| 444 "(#PCDATA)" |
| 445 "token" |
| 446 "10744\x22>ISO" |
| 447 "steps" |
| 448 "ENTITY)" |
| 449 "found" |
| 450 "\x27|\x27" |
| 451 "|" |
| 452 "FE" |
| 453 "subset" |
| 454 "profile" |
| 455 "right" |
| 456 "(W3C)" |
| 457 "bytes" |
| 458 "creation" |
| 459 "((\x27#FIXED\x27" |
| 460 "HH" |
| 461 "elements" |
| 462 "escape" |
| 463 "proper" |
| 464 "New" |
| 465 "FINAL" |
| 466 "out" |
| 467 "predefined" |
| 468 "provided" |
| 469 "declaration" |
| 470 "XML." |
| 471 "container" |
| 472 "network" |
| 473 "\x27" |
| 474 "p" |
| 475 "SPACE" |
| 476 "preserve" |
| 477 "SGML" |
| 478 "<head>" |
| 479 "content" |
| 480 "method" |
| 481 "does" |
| 482 "XML)," |
| 483 "occurs" |
| 484 "be" |
| 485 "HTTP" |
| 486 "8879:1986(E)" |
| 487 "10646:2000\x22>ISO" |
| 488 "\x27IGNORE\x27" |
| 489 "<\x21ATTLIST" |
| 490 "B" |
| 491 "\x27{\x27" |
| 492 "like" |
| 493 "RFC" |
| 494 "step" |
| 495 "base" |
| 496 "references" |
| 497 "output" |
| 498 "\x22MUST" |
| 499 "permitted" |
| 500 "definition" |
| 501 "8879:1986(E)." |
| 502 "language" |
| 503 "standalone" |
| 504 "column" |
| 505 "of" |
| 506 "could" |
| 507 "Tags" |
| 508 "mdash" |
| 509 "recognized" |
| 510 "times" |
| 511 "range" |
| 512 "due" |
| 513 "\x27#PCDATA\x27" |
| 514 "hexadecimal" |
| 515 "or" |
| 516 "\x27<\x27" |
| 517 "IANA" |
| 518 "\x27,\x27" |
| 519 "A," |
| 520 "encoding" |
| 521 "xml:space" |
| 522 "within" |
| 523 "STOP" |
| 524 "number" |
| 525 "one" |
| 526 "E11" |
| 527 "Internal" |
| 528 "ISO" |
| 529 "construct" |
| 530 "operator" |
| 531 "RETURN" |
| 532 "mark" |
| 533 "Empty" |
| 534 "per" |
| 535 "doesn\x27t" |
| 536 "cannot" |
| 537 "long" |
| 538 "checked" |
| 539 "(C" |
| 540 "indicate" |
| 541 "IETF" |
| 542 "unknown" |
| 543 "there" |
| 544 "system" |
| 545 "wrapper" |
| 546 "HYPHEN-MINUS," |
| 547 "needed" |
| 548 "2" |
| 549 "too" |
| 550 "literal" |
| 551 "white" |
| 552 "<\x21--" |
| 553 "was" |
| 554 "final" |
| 555 "function" |
| 556 "D." |
| 557 "T." |
| 558 "\x27?>\x27" |
| 559 "option" |
| 560 "form" |
| 561 "enough" |
| 562 "D21" |
| 563 "collapsed" |
| 564 "(XML)" |
| 565 "but" |
| 566 "selector" |
| 567 "ampersand," |
| 568 "part" |
| 569 "scripts," |
| 570 "DTD." |
| 571 "EBCDIC" |
| 572 "UTF-16LE," |
| 573 "line" |
| 574 "DTD" |
| 575 "with" |
| 576 "than" |
| 577 "MAY" |
| 578 "relative" |
| 579 "|\x27#IMPLIED\x27" |
| 580 "Set" |
| 581 "target" |
| 582 "keyword" |
| 583 "default" |
| 584 "double" |
| 585 "SA," |
| 586 "tree" |
| 587 "return," |
| 588 "\x27[\x27" |
| 589 "(#PCDATA)>" |
| 590 "carriage" |
| 591 "computer" |
| 592 "to," |
| 593 ">" |
| 594 "similar" |
| 595 "declare" |
| 596 "result" |
| 597 "and" |
| 598 "files" |
| 599 "UTF-16BE," |
| 600 "ISBN" |
| 601 "semicolon" |
| 602 "up" |
| 603 "defined" |
| 604 "parser" |
| 605 "CHARACTER" |
| 606 "E14" |
| 607 "an" |
| 608 "UTF-8." |
| 609 "as" |
| 610 "warning" |
| 611 "exist" |
| 612 "at" |
| 613 "file" |
| 614 "need" |
| 615 "check" |
| 616 "(\x27M\x27" |
| 617 "\x27>\x27" |
| 618 "conversion" |
| 619 "angle" |
| 620 "no" |
| 621 "#IMPLIED\x22>" |
| 622 "-" |
| 623 "validating" |
| 624 "invalid" |
| 625 "A." |
| 626 "EUC," |
| 627 "instance" |
| 628 "internal" |
| 629 "A7" |
| 630 "EDIT:" |
| 631 "XHTML" |
| 632 "registered" |
| 633 "\x27PUBLIC\x27" |
| 634 "node" |
| 635 "<\x21ELEMENT" |
| 636 "added" |
| 637 "multiple" |
| 638 "Name" |
| 639 "XML," |
| 640 "quote" |
| 641 "preceding" |
| 642 "object" |
| 643 "AM" |
| 644 "W3C" |
| 645 "(WG)." |
| 646 "Element" |
| 647 "(\x27L\x27" |
| 648 "class" |
| 649 "generated" |
| 650 "letter" |
| 651 "SARA" |
| 652 "inserted" |
| 653 "model" |
| 654 "structure" |
| 655 "\x27\x5c\x27" |
| 656 "building" |
| 657 "\x27NDATA\x27" |
| 658 "backward" |
| 659 "less-than" |
| 660 "for" |
| 661 "failure" |
| 662 "FFFE," |
| 663 "required" |
| 664 "rule" |
| 665 "(EBNF)" |
| 666 "CARRIAGE" |
| 667 "bracket" |
| 668 "link" |
| 669 "%" |
| 670 "requires" |
| 671 "external" |
OLD | NEW |