From c4828e7e7a8d9c2c1b4efd24d8c01fded4eaa3a8 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 3 May 2022 09:11:13 -0400 Subject: [PATCH] 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 --- .rev-xmlo | 2 +- src/current/compiler/worksheet.xsl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rev-xmlo b/.rev-xmlo index ab51bcd0..2c438c84 100644 --- a/.rev-xmlo +++ b/.rev-xmlo @@ -1,4 +1,4 @@ # This number is incremented for every compiler change to force rebuilding # of xmlo files. -4 +5 diff --git a/src/current/compiler/worksheet.xsl b/src/current/compiler/worksheet.xsl index 60dbb04c..09cc8e0e 100644 --- a/src/current/compiler/worksheet.xsl +++ b/src/current/compiler/worksheet.xsl @@ -92,8 +92,6 @@ - - rater.worksheet = @@ -133,6 +131,8 @@ ; + +