SAX based XML parser

Dependents:   giken9_HTMLServer_Temp_Sample

Committer:
andrewbonney
Date:
Thu May 26 10:03:14 2011 +0000
Revision:
1:e96b2af301dd
Parent:
0:07919e3d6c56
Update to reduce buffer sizes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewbonney 0:07919e3d6c56 1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
andrewbonney 0:07919e3d6c56 2 See the file COPYING for copying permission.
andrewbonney 0:07919e3d6c56 3 */
andrewbonney 0:07919e3d6c56 4
andrewbonney 0:07919e3d6c56 5 /* 0x00 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 6 /* 0x04 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 7 /* 0x08 */ BT_NONXML, BT_S, BT_LF, BT_NONXML,
andrewbonney 0:07919e3d6c56 8 /* 0x0C */ BT_NONXML, BT_CR, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 9 /* 0x10 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 10 /* 0x14 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 11 /* 0x18 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 12 /* 0x1C */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
andrewbonney 0:07919e3d6c56 13 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM,
andrewbonney 0:07919e3d6c56 14 /* 0x24 */ BT_OTHER, BT_PERCNT, BT_AMP, BT_APOS,
andrewbonney 0:07919e3d6c56 15 /* 0x28 */ BT_LPAR, BT_RPAR, BT_AST, BT_PLUS,
andrewbonney 0:07919e3d6c56 16 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL,
andrewbonney 0:07919e3d6c56 17 /* 0x30 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
andrewbonney 0:07919e3d6c56 18 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
andrewbonney 0:07919e3d6c56 19 /* 0x38 */ BT_DIGIT, BT_DIGIT, BT_COLON, BT_SEMI,
andrewbonney 0:07919e3d6c56 20 /* 0x3C */ BT_LT, BT_EQUALS, BT_GT, BT_QUEST,
andrewbonney 0:07919e3d6c56 21 /* 0x40 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
andrewbonney 0:07919e3d6c56 22 /* 0x44 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 23 /* 0x48 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 24 /* 0x4C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 25 /* 0x50 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 26 /* 0x54 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 27 /* 0x58 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_LSQB,
andrewbonney 0:07919e3d6c56 28 /* 0x5C */ BT_OTHER, BT_RSQB, BT_OTHER, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 29 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
andrewbonney 0:07919e3d6c56 30 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 31 /* 0x68 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 32 /* 0x6C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 33 /* 0x70 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 34 /* 0x74 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
andrewbonney 0:07919e3d6c56 35 /* 0x78 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
andrewbonney 0:07919e3d6c56 36 /* 0x7C */ BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,