Oops, we were compiling the XML PI after the prolog
parent
9a6408623b
commit
9a5222427d
|
@ -123,8 +123,8 @@ DEFER: compile-element
|
||||||
|
|
||||||
: compile-prologue ( xml -- )
|
: compile-prologue ( xml -- )
|
||||||
[
|
[
|
||||||
[ before>> compile-chunk ]
|
|
||||||
[ prolog>> [ write-prolog ] [code-with] ]
|
[ prolog>> [ write-prolog ] [code-with] ]
|
||||||
|
[ before>> compile-chunk ]
|
||||||
bi
|
bi
|
||||||
] compile-quot
|
] compile-quot
|
||||||
[ if-not-nested ] [code] ;
|
[ if-not-nested ] [code] ;
|
||||||
|
|
Loading…
Reference in New Issue