From: Kang Jeong-H. <Ke...@ma...> - 2002-09-19 19:53:43
|
Hi. GtkTMHtml calls GMarkup for parsing HTML string of @text in append_text(). but the GMarkup does not provide full HTML-compatible parsing, rather half-XML (means stric for pairing etc.) one. so it's time to make a decision: GMarkup or libxml's HTML parser? a) if GMarkup is appreciated, pliz persuade others at http://bugzilla.gnome.org/show_bug.cgi?id=93597 b) if libxml is appreciated, I'll #include <libxml.h> rather than glib. waiting for reply. |