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