diff options
Diffstat (limited to 'result/HTML/doc3.htm.sax')
-rw-r--r-- | result/HTML/doc3.htm.sax | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/result/HTML/doc3.htm.sax b/result/HTML/doc3.htm.sax index 93f5a9f..2cc38fa 100644 --- a/result/HTML/doc3.htm.sax +++ b/result/HTML/doc3.htm.sax @@ -73,7 +73,7 @@ SAX.endElement(head) SAX.ignorableWhitespace(
, 2) SAX.startElement(body, alink='red', bgcolor='black', link='red', text='white', vlink='red') -SAX.ignorableWhitespace(
+SAX.characters(
, 2) SAX.startElement(p) SAX.characters(
@@ -2905,12 +2905,12 @@ SAX.comment( <TR> <TD WIDTH="780"> <P ALIGN="CENTER"><FONT SIZE="1" COLOR="#9 SAX.endElement(tbody) SAX.endElement(table) SAX.endElement(div) -SAX.ignorableWhitespace(
+SAX.characters(
, 2) SAX.startElement(script) SAX.cdata( window.open=NS_ActualOpen; , 28) SAX.endElement(script) -SAX.ignorableWhitespace(
+SAX.characters(
, 2) SAX.endElement(body) SAX.endElement(html) |