mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-08-04 20:14:11 -04:00
6 lines
179 B
Text
6 lines
179 B
Text
start = xml
|
|
xml = element xml {p+}
|
|
p = element p {mixed{(special | info)*}}
|
|
special = element special {text}
|
|
info = element info {type, text}
|
|
type = attribute type {"Message-ID"}
|