tame: src/current/compiler/worksheet: Place fragments in header

The new xmlo parser was failing on a worksheet xmlo file because fragments
were not properly placed within the header.

This was a change made when tameld was introduced so that we could stop
reading xmlo files early.

DEV-10936
main
Mike Gerwitz 2022-05-03 09:11:13 -04:00
parent 5875477efa
commit c4828e7e7a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# This number is incremented for every compiler change to force rebuilding # This number is incremented for every compiler change to force rebuilding
# of xmlo files. # of xmlo files.
4 5

View File

@ -92,8 +92,6 @@
<preproc:sym-dep name="___worksheet" /> <preproc:sym-dep name="___worksheet" />
</preproc:sym-deps> </preproc:sym-deps>
<copy-of select="node()" />
<preproc:fragments> <preproc:fragments>
<preproc:fragment id="___worksheet"> <preproc:fragment id="___worksheet">
<text>rater.worksheet = </text> <text>rater.worksheet = </text>
@ -133,6 +131,8 @@
<text>;</text> <text>;</text>
</preproc:fragment> </preproc:fragment>
</preproc:fragments> </preproc:fragments>
<copy-of select="node()" />
</lv:package> </lv:package>
</template> </template>