preserves/xml-infoset.prs

11 lines
298 B
Plaintext
Raw Normal View History

2021-09-30 12:46:46 +00:00
version 1 .
Node = Text / Element .
Text = string .
Element =
/ @withAttributes
<<rec> @localName symbol [@attributes Attributes @children Node ...]>
/ @withoutAttributes
<<rec> @localName symbol @children [Node ...]> .
Attributes = { symbol: string ...:... } .