changed contentsink API to support XML

This commit is contained in:
rickg@netscape.com
1998-11-10 04:20:40 +00:00
parent 31be4cc5e2
commit caca79a694
30 changed files with 1614 additions and 422 deletions

View File

@@ -34,7 +34,7 @@
#include "nsEntityEx.cpp"
#endif
static nsString gIdentChars("-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz");
static nsString gIdentChars("-0123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz");
static nsAutoString gDigits("0123456789");
static nsAutoString gWhitespace("\b\t ");
static const char* gUserdefined = "userdefined";