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