Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @zmjack , Your current code cause some problem with licensing. The code is taken from `Dawnx` with is Apache 2.0: https://github.com/zmjack/Dawnx/blob/master/LICENSE.md

Hello @somaancamo , We will try to investigate this issue. Someone has already reported us a pretty similar issue #25 about the performance so maybe that will give us a...

Hello @NodeGreenHand , Your images don't work. As asked when creating the issue, we would like to have a runnable example which at least starts your example, that will save...

Hello @NodeGreenHand , Besides doing something manually on your side, there is no method shortcut that allows you to do exactly what you want to do

> Q1: Which basic operation methods are the fastest in HAP? Your question is too much broad, I'm not sure to understand what you want. > Q2: Why? span.XPath The...

Hello @NodeGreenHand , I'm not sure what you mean, could you explain it with some runnable code. This code also looks as expected: ```csharp HtmlNode node = HtmlNode.CreateNode("123"); HtmlNode span...

Got it this time ;) The problem is that you append an existing node to another parent, but the old parent keep referencing them, so when you do: `pNode.RemoveAllChildren();`, it...

We will look at it, What you are asking is a kind of `StealChildren` method (I will have to come with a better name but you get the idea hehe).

Hello @NodeGreenHand , The v1.11.32 has finally been released. We added in this version the `MoveChild` and `MoveChildren` methods. So instead of doing `AppendChildren`, you should now use `MoveChildren` if...

Hello @NodeGreenHand , A simple reminder that we are here to assist you! Don't hesitate to contact us once you test it! Best regards, Jon