StefH / XPath2.Net

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

Bug in netstandard 2.0 : XPath2Exception in simple Compile #10

Closed Rambalac closed 6 years ago

Rambalac commented 7 years ago

Core2.0 project var res=XPath2Expression.Compile("/*/div"); throws Wmhelp.XPath2.XPath2Exception: ' at line 1 pos 1'

StefH commented 7 years ago

Does this also happen for NET 4.5.2 ?

StefH commented 7 years ago

Fixed in version XPath2 1.0.5.1, please try.

StefH commented 7 years ago

@rambalac can you test the new version?

StefH commented 6 years ago

@Rambalac Any update?

Rambalac commented 6 years ago

Oh, sorry, I did not use GitHub website for some time. Unfortunately I did not use your package. I made my own xpath extension function.

StefH commented 6 years ago

Ok. No problem.