changed contentsink API to support XML

git-svn-id: svn://10.0.0.236/trunk@14325 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-11-10 04:20:40 +00:00
parent 0af9e4b202
commit a7c873a99e
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";