diff --git a/src/dom/sgml/parser.c b/src/dom/sgml/parser.c index 70903fc59..a0abe226a 100644 --- a/src/dom/sgml/parser.c +++ b/src/dom/sgml/parser.c @@ -19,6 +19,16 @@ #include "util/memory.h" +/* This holds info about a chunk of text being parsed. The SGML parser uses + * these to keep track of possible nested calls to parse_sgml(). This can be + * used to feed output of stuff like ECMAScripts document.write() from + *