basis.xml: A fix for <pull-xml> (calls init-parser so that the spot variable is binded)
parent
6cf898ea26
commit
5e6e8418ef
|
@ -110,6 +110,7 @@ PRIVATE>
|
|||
TUPLE: pull-xml scope ;
|
||||
: <pull-xml> ( -- pull-xml )
|
||||
[
|
||||
init-parser
|
||||
input-stream [ ] change ! bring var in this scope
|
||||
init-xml text-now? on
|
||||
] H{ } make-assoc
|
||||
|
|
Loading…
Reference in New Issue