Skip to content

Fix acl:mode() regex — XPath F&O doesn't support lookahead or \b#300

Merged
namedgraph merged 1 commit into
developfrom
fix-acl-mode-regex
May 14, 2026
Merged

Fix acl:mode() regex — XPath F&O doesn't support lookahead or \b#300
namedgraph merged 1 commit into
developfrom
fix-acl-mode-regex

Conversation

@namedgraph
Copy link
Copy Markdown
Member

Split Link header entries with xsl:analyze-string instead of tokenize($line, ',\s*(?=<)') and replace \brel with [;\s]rel — both constructs are absent from the XPath F&O regex flavor and Saxon rejected them at runtime (FORX0002).

Split Link header entries with xsl:analyze-string instead of
tokenize($line, ',\s*(?=<)') and replace \brel with [;\s]rel — both
constructs are absent from the XPath F&O regex flavor and Saxon
rejected them at runtime (FORX0002).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@namedgraph namedgraph merged commit daa15c5 into develop May 14, 2026
1 check passed
@namedgraph namedgraph deleted the fix-acl-mode-regex branch May 14, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant