Ignoring XML entities for now

This commit is contained in:
Pierre Pronchery 2010-09-13 03:03:01 +00:00
parent 7851a2ca5f
commit 397a038525

View File

@ -635,6 +635,8 @@ static void _document_load_write_node(GHtml * ghtml, XMLNode * node)
node->data.buffer, node->data.size,
ghtml->tag, NULL);
break;
case XML_NODE_TYPE_ENTITY: /* XXX ignore for now */
break;
case XML_NODE_TYPE_TAG:
_document_load_write_node_tag(ghtml, &node->tag);
break;