blob: 1c7421fbf454e8d34035fc026105ec1f94031bc0 [file] [log] [blame]
! XML rule
define XMLns [AsciiLetter [AsciiLetter|Digit|%-]* (%: AsciiLetter [AsciiLetter|Digit|%-]*)] .o. Caseinsensitive;
read regex [
"<" [
[
XMLns
[WS+ XMLns WS*
(%= WS*
[[%" [? - %" - %>]+ %"] | [%' [? - %' - %>]+ %']]
)
]*
(WS* "/")
]
|
[
"/" XMLns
]
] WS* ">"
].u;