XPath 3.0 in C# with Saxonica API
Today, I was playing with using Saxonica’s .NET API in C# (Microsoft .NET). The program below was based on the sample here: c:\Saxonica\Resources\samples\cs\ExamplesHE.cs You can download the samples from Saxonica on SourceForge in the file that starts with “Resources”. Sample C# Program <pre> using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; //Do an […]