-
-
Notifications
You must be signed in to change notification settings - Fork 6
XmlParser InnerHtml property not working #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The I'll see if this can be improved. |
CreateForeignElementFrom method (htmlDomBuilder.cs, 3423 line) returns null. This is the problem. Best Regards |
Nope, this is not the problem. The problem is that this is not defined for XML (thus the HTML DOM Builder should not be used). Please do not confuse XML with HTML or vice versa. |
Right now I think it can't be done efficiently. The I will implement a solution for v1! |
Landed in |
when i have used innerHtml property on xmlElement i didn't have any results.
exmple code
result
<div></div>
The text was updated successfully, but these errors were encountered: