Questions tagged [xquery-3.1]
32 questions
0
votes
2 answers
.Net standard library that supports XPath 3.1
I'm maintaining a legacy tool of the company I work for written in C# and I'm converting it to .Net standard 2.0. It uses the Saxon-HE processor to process some XPaths and replace some configurations in files.
Its NuGet package on .NET has…

gvdm
- 3,006
- 5
- 35
- 73
0
votes
2 answers
xQuery remove non selected elements
I have an XML document named employees.xml:
10001
Georgi
Facello
10002
…

Judah Flynn
- 544
- 1
- 8
- 20