StefH / XPath2.Net

Lightweight XPath2 for .NET
Microsoft Public License
36 stars 14 forks source link

Missing parsing for some html-encoded entity references #63

Closed jgilbert2017 closed 11 months ago

jgilbert2017 commented 1 year ago

CoreFuncs.cs NormalizeStringValue is missing parsing for many entities. I hit an exception due to   not being handled.

https://www.w3schools.com/html/html_entities.asp

StefH commented 11 months ago

https://github.com/StefH/XPath2.Net/pull/64

StefH commented 11 months ago

https://github.com/StefH/XPath2.Net/pull/66

jgilbert2017 commented 8 months ago

would it be possible to release this to nuget? thanks.

StefH commented 8 months ago

would it be possible to release this to nuget? thanks.

This is already available in 1.1.4

jgilbert2017 commented 8 months ago

my bad, i was looking at the releases list on github. ty!