Norman Walsh

Results 329 comments of Norman Walsh

At [meeting 095](https://qt4cg.org/meeting/minutes/2024/10-22.html), the CG agreed to close this issue with no further action.

Whether or not `hierarchical` is true depends only on the implementation's understanding of the scheme. I think the answer is, if `hierarchical` is true *and* `path-segments[1] = ""` then the...

It occurs to me that a simpler answer might be to check if `hierarchical` is true and `path` begins with `/`.

I have outstanding actions in that area. I'll try to clarify it. I should say, you've almost persuaded me to add an `absolute` property for this case. It seems quite...

At [meeting 106](https://qt4cg.org/meeting/minutes/2025/01-21.html) the CG agreed to close this issue without further action.

We need to revisit this question when we've done the update syntax.

At the very least, we need to clarify the spec.

At [meeting 117](https://qt4cg.org//meeting/minutes/2025/04-15.html) the CG agreed to close this issue without further action.

I often construct maps with QName keys. This is based on the practice introduced, I think, in XSLT many years ago, that values in no namespace are reserved for the...