added support for empty (XML) tags

This commit is contained in:
rickg
1998-06-20 00:12:10 +00:00
parent 430d3121b2
commit d9b6e433fe
16 changed files with 106 additions and 42 deletions

View File

@@ -16,7 +16,7 @@
* Reserved.
*/
//#define __INCREMENTAL 1
#include "nsParser.h"
#include "nsIContentSink.h"
@@ -31,13 +31,6 @@
#include "nsIInputStream.h"
#include "nsIParserFilter.h"
/* UNCOMMENT THIS IF STUFF STOPS WORKING...
#ifdef XP_PC
#include <direct.h> //this is here for debug reasons...
#endif
#include <time.h>
#include "prmem.h"
*/
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
static NS_DEFINE_IID(kClassIID, NS_PARSER_IID);