xml.data: make tags support assoc protocol as documented.
parent
1d251f7b6a
commit
102aa2cbc1
|
@ -157,6 +157,10 @@ TUPLE: tag
|
||||||
CONSULT: sequence-protocol tag children>> ;
|
CONSULT: sequence-protocol tag children>> ;
|
||||||
INSTANCE: tag sequence
|
INSTANCE: tag sequence
|
||||||
|
|
||||||
|
! They also follow the assoc protocol (for attributes)
|
||||||
|
CONSULT: assoc-protocol tag attrs>> ;
|
||||||
|
INSTANCE: tag assoc
|
||||||
|
|
||||||
CONSULT: name tag name>> ;
|
CONSULT: name tag name>> ;
|
||||||
|
|
||||||
M: tag like
|
M: tag like
|
||||||
|
|
Loading…
Reference in New Issue