[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSWComponentContent problem....
From: |
Manuel Guesdon |
Subject: |
Re: GSWComponentContent problem.... |
Date: |
Wed, 29 Nov 2000 15:03:02 +0100 (CET) |
On Wed, 29 Nov 2000 20:29:38 +0900 Sungjin Chun <Sungjin Chun
<ninja@linuxone.co.kr>> wrote:
>| GSWComponentContent problem of additional automatically generated
>| <html><body></body></html> is related to implied HTML.
>| After commenting out htmlCheckImplied function in htmlParseStartTag
>| function, additional tags are not generated. But I'm not sure this is
>| the right solution. Does anybody know on implied HTML and make
>| suggestion for solving this problem?
Patching libxml don't seems to be a solution. The "feature" is hard coded in
HTMLparser.c.
I suggest to ask the question on libxml mailing list (see www.xmlsoft.org) if
authors can add a flag/paramter to avoid
this.
>| And annoyong invalid tag gsweb
>| could be solved adding gsweb definition table in HTMLparse.c in libxml.
I see 2 solutions: catching the message and filter it (but I'mn not sure we
currently do this) or asking libxml authors to add a function to dynamicaly add
a
"known" tag.
Manuel