Martin Middel
Martin Middel
This issue is with the UI code, which is unfortunately not checked in. See #75 for more info. For now, I use the 'request desktop page' functionality of Chrome for...
Could this PR be integrated? It seems like a lot of work went into this, it would be a shame if it rots away.
Personally, as one of the authors of a free open source XPath 3.1 implementation (https://github.com/FontoXML/fontoxpath), I do not really see the point in shipping XPath 3.x or 2.0 in the...
I think we should just document that we place the query in a comment at the start of the AST (or at least we do in Fonto; just do it...
Hey Reuben, This would indeed be very useful. We are working on a project in Fonto that will bring this, but I cannot give a clear timeline when we are...
Cool. That would be something that can be implemented relatively easily. We currently have global state in declared functions, declared modules, and something in namespaces where undeclared prefixes will sometimes...
Hello there! Indeed, to make the XPath APIs easy to use, you can only input a singleton sequence as the start (parameter called `contextItem`). That is usually exactly what you...
Awesome! I was wondering when someone would be brave enough to implement XSLT with FontoXPath. When I tried to hack an XSLT together, I ran into a number of 'quirks'....
I think the PR #411 might solve a lot of these issues. I just ran into the ANY type atomizing attributes. This PR will bring a new return type that...
Hey @DetachHead, When we (speaking of myself and my colleagues working on FontoXPath) run into any issue that might be related to the engine itself, we usually do not attempt...