Michael Kay

Results 50 issues of Michael Kay

JSoup appears to generate an incorrect DOM in response to the (erroneous) input ``` ... ``` (The "/" in the video tag should be ignored; it should be treated as...

As IKVM users we're interested in all attempts to revive this code, especially if you can get it working for .NET 5 Core. It's been reported elsewhere that you've changed...

I'm getting an exception with Collator.getInstance(). I'm running in Rider. My project has a nuget dependency on ICU4N 60.1.0-alpha.402. Note the reference to ICU4N.resources version=60.0.0.0. I thought I previously had...

Added examples of coercion rules in action, as requested. Note to reviewers: the XPath spec contains addition paragraphs explaining the effect of the 1.0 compatibility rules.

XPath
XQuery
Editorial

I should have made these comments before we accepted the proposal, but it's only minor details. In the example given for `math:e`, the explanation of the example as a compound...

XQFO
Editorial
PR Pending

Fix #1218

Editorial
Propose Merge without Discussion

Brings function tests into line with inline function syntax

Enhancement
Tests Needed

Fix #1183

XPath
XQuery
Enhancement
Tests Needed

Fix #1207 Also a minor change: `$V[23, "fred"]` now throws FORG0006 rather than XPTY0004. This keeps it compatible with 3.1 (in case anyone is catching the errors), and is more...

XPath
XQuery
Enhancement
Tests Needed

Note that unlike many of the functions we have added, these are non-trivial: they cannot easily be implemented in XSLT or XQuery. This is a first cut and I expect...

XQFO
Feature
Revise
Tests Needed