From 9c723a5924ef5ef05d56b1addba42dafb3ca5c37 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 24 Mar 2004 00:07:21 +0000 Subject: [project @ 2004-03-24 00:07:21 by jmb] Add URL rewriting for most URLs. Still TODO: 1) rewriting of @import rules 2) Objects used by embedded html pages NB. This change means that the XML parse tree is kept in memory until the content is freed. svn path=/import/netsurf/; revision=659 --- render/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index d029a7554..673e57317 100644 --- a/render/html.h +++ b/render/html.h @@ -36,6 +36,7 @@ struct box_position { /** Data specific to CONTENT_HTML. */ struct content_html_data { htmlParserCtxt *parser; /**< HTML parser context. */ + xmlDoc *document; /**< the XML document tree */ xmlCharEncoding encoding; /**< Encoding of source. */ bool getenc; /**< Need to get the encoding from the document, as server is broken. */ -- cgit v1.2.3