diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-22 16:42:26 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-22 16:42:26 -0500 |
commit | 3384c95bc9e976165c10c010c88f67b2be338500 (patch) | |
tree | 9d260e2a0c410c92aee697868d4fe764b9c227c5 | |
parent | c64e8363fd962b401e6603e2e69ae55b3b4d1b89 (diff) | |
download | tame-3384c95bc9e976165c10c010c88f67b2be338500.tar.gz tame-3384c95bc9e976165c10c010c88f67b2be338500.tar.bz2 tame-3384c95bc9e976165c10c010c88f67b2be338500.zip |
Revert "program map: Use expanded (preprocessed) program"v2.9.11
This map is used for more than the program.xml!
This reverts commit c64e8363fd962b401e6603e2e69ae55b3b4d1b89.
-rw-r--r-- | src/current/compiler/map.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/current/compiler/map.xsl b/src/current/compiler/map.xsl index fbec293..82867de 100644 --- a/src/current/compiler/map.xsl +++ b/src/current/compiler/map.xsl @@ -2,7 +2,7 @@ <!-- Compiles map fragments to produce a map from source data to a destination - Copyright (C) 2016, 2018 R-T Specialty, LLC. + Copyright (C) 2016 R-T Specialty, LLC. This file is part of TAME. @@ -62,7 +62,7 @@ <param name="rater" /> <variable name="program-ui" select=" - document( concat( @src, '.expanded' ), . )/lvp:program + document( concat( @src, '.xml' ), . )/lvp:program " /> <variable name="map" select="." /> |