xml.writer: remove M\ number write-xml.
This is likely an artifact from when numbers were treated as sequences, which isn't needed anymore.flac
parent
12664b74ba
commit
f703c7aef8
|
@ -153,9 +153,6 @@ M: directive write-xml
|
||||||
M: instruction write-xml
|
M: instruction write-xml
|
||||||
"<?" write text>> write "?>" write ;
|
"<?" write text>> write "?>" write ;
|
||||||
|
|
||||||
M: number write-xml
|
|
||||||
"Numbers are not allowed in XML" throw ;
|
|
||||||
|
|
||||||
M: sequence write-xml
|
M: sequence write-xml
|
||||||
[ write-xml ] each ;
|
[ write-xml ] each ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue