blob: 1c7421fbf454e8d34035fc026105ec1f94031bc0 [file] [log] [blame]
Akronc8406362021-11-09 20:17:50 +01001! XML rule
2define XMLns [AsciiLetter [AsciiLetter|Digit|%-]* (%: AsciiLetter [AsciiLetter|Digit|%-]*)] .o. Caseinsensitive;
3read regex [
4 "<" [
5 [
6 XMLns
7 [WS+ XMLns WS*
8 (%= WS*
9 [[%" [? - %" - %>]+ %"] | [%' [? - %' - %>]+ %']]
10 )
11 ]*
12 (WS* "/")
13 ]
14 |
15 [
16 "/" XMLns
17 ]
18 ] WS* ">"
19].u;