*** HTMLtree.c 2001/04/25 10:29:44 1.47 --- HTMLtree.c 2001/05/08 08:25:38 *************** *** 493,508 **** } return; } - if (cur->type == HTML_PRESERVE_NODE) { - if (cur->content != NULL) { - #ifndef XML_USE_BUFFER_CONTENT - xmlBufferWriteCHAR(buf, cur->content); - #else - xmlBufferWriteCHAR(buf, xmlBufferContent(cur->content)); - #endif - } - return; - } if (cur->type == HTML_COMMENT_NODE) { if (cur->content != NULL) { xmlBufferWriteChar(buf, "