[Gambas-user] Class HtmlDocument

PICCORO McKAY Lenz mckaygerhard at ...626...
Thu Jun 8 18:32:51 CEST 2017


2017-06-08 10:02 GMT-04:00 Adrien Prokopowicz <adrien.prokopowicz at ...626...>
:

> Le Tue, 06 Jun 2017 15:50:24 +0200, adamnt42 at ...626... <adamnt42 at ...1963....>
> a écrit:
>
> On Mon, 5 Jun 2017 11:56:34 +0200
>> Hans Lehmann <hans at ...3219...> wrote:
>>
>> Hello,
>>>
>>> why creates the following source text:
>>>
>>> Public Sub btnCreateHTMLDocument_Click()
>>>    Dim hHtmlDocument As HtmlDocument
>>>
>>>    hHtmlDocument = New HtmlDocument
>>>
>>
>> At this point hHtmlDocument.Html5 is false!!
>>
> I got curious about what Hans had said, and I can confirm that it is true,
and if it is a bug in xml component i dont know.. i think must be search
first and confirme if are in xml or not


>
>>
>>> *hHtmlDocument.Html5 = False**
>>> *
>>>    Print hHtmlDocument.ToString(True)
>>>    hHtmlDocument.Save(Application.Path &/ "test.html", True)
>>>
>>> End
>>>
>>> this HTML5 document? I would have expected: strict HTML 1.0!
>>>
>>> <!DOCTYPE html>
>>> <html>
>>>   <head>
>>>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
>>>    <title>
>>>    </title>
>>>   </head>
>>>   <body>
>>>   </body>
>>> </html>
>>>
>>> Hans
>>> ------------------------------------------------------------
>>> ------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> _______________________________________________
>>> Gambas-user mailing list
>>> Gambas-user at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>
>>
>> So, I guess that you are right. In fact, changing it to True and then
>> back to False seems to have absolutely no effect on the generated html text.
>> Oh well, back to Adrien for this one I'd say.
>>
>> b
>>
>
> Hi guys, sorry for the delay, I've been a bit busy and missed your email !
>
> This is indeed a bug in gb.xml.html, I'm looking into fixing it ASAP. :)
>
> Regards,
>
> --
> Adrien Prokopowicz
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list