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