equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #include "cxml_internal.h" |
18 #include "cxml_internal.h" |
20 #include "nw_xmlp_xmlreader.h" |
19 #include <nw_xmlp_xmlreader.h> |
21 #include "nw_xmlp_xmlparser.h" |
20 #include <nw_xmlp_xmlparser.h> |
22 #include "nw_string_string.h" |
21 #include <nw_string_string.h> |
23 #include "cxml_xmlp_entity.h" |
22 #include "cxml_xmlp_entity.h" |
24 #include "cxml_xmlp_int_entity.h" |
23 #include "cxml_xmlp_int_entity.h" |
25 |
24 |
26 /*IMPORTANT NOTE: This array must be sorted by entity name. The lookup function |
25 /*IMPORTANT NOTE: This array must be sorted by entity name. The lookup function |
27 * does a binary search. |
26 * does a binary search. |