Hey,
when simply loading the attached document “ATLANTA-111.html” by file path, the OuterHTML is incorrect at line 3.
This is the code I am using:
Dim htmlContent As String = Nothing
Using doc As New Aspose.Html.HTMLDocument("C:\ATLANTA-111.html")
htmlContent = doc.DocumentElement.OuterHTML
End Using
Line 3 of the htmlContent will be:
let test = "<div><div>test erfolgreich</div></divdiv>"
But it should be:
let test = "<div><div>test erfolgreich</div></div>"
Using Aspose.HTML 23.03
Can you confirm that? If so. Can I do anything about it?
Regards
Mark
ATLANTA-111.zip (262 Bytes)