An experimental C# port of the FontoXPath library. This is experimental code that is work in progress. This is not fit for production yet.
- Ast definition consists of typed classes instead of untyped arrays
- Value definition now uses a class hierarchy instead of
any
- Number types are separated (int and decimal)
- Project split up into different modules
- Unify FunctionProperties and FunctionValue
- Clean up XdmReturnValue
- Get numeric value from any numeric AbstractValue
- Proper sorting of nodes in PathExpression