Commit daa15c5
Fix acl:mode() regex — XPath F&O doesn't support lookahead or \b (#300)
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>1 parent 1f9cf75 commit daa15c5
1 file changed
Lines changed: 10 additions & 2 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
121 | 129 | | |
122 | 130 | | |
123 | 131 | | |
| |||
0 commit comments