Jonathan Magnan
Jonathan Magnan
There is currently no way to force a `tbody`. It could be possible to add it by creating a node but I'm not sure that's what you are looking for.
Hello @Futuresmo , Can you give me an example? Our code doesn't have obviously some random behavior, it always work or not so we suspect the server give different value...
Hello @Futuresmo , Do you have the link as well? If that always happen, perhaps they simply modified the `HTML`. If that happens from time to time, there is not...
Hello @Futuresmo , If you look at the current `HTML` you will find out that's almost empty since they detected it was not really coming from a browser but from...
Hello @gliljas , Thank you for the pull and the information. We will look at it if that's too much a breaking change. If that's the case, as you said,...
Hello @rfreas , Sorry, we missed this one. We reproduced your scenario and everything look fine for us. ```csharp string html = @" PART I"; var doc = new HtmlAgilityPack.HtmlDocument();...
Unfortunately, I'm afraid there is no so much we can do. Even if we succeed to fix it since you look to use start and end index position outside of...
I'm not sure to exactly why you need to store absolute position in HAP instead of original content but that's for sure not a good long-term solution even without this...
Hello @janniksam , Seem to be the same error as here: https://stackoverflow.com/questions/49218577/htmldocument-load-throws-object-not-matched-exception-when-running-through-xamar Do you think you could send us a project example with this issue? We will try to look...
Thank, We will try to investigate it at the start of next week. Best Regards, Jonathan