diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-22 16:23:58 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-22 16:25:10 -0500 |
commit | c64e8363fd962b401e6603e2e69ae55b3b4d1b89 (patch) | |
tree | a36b00522bc22f318ec775814c82e34929f7f422 | |
parent | 79cc96e02671e5b976c534a216f11ff287c07598 (diff) | |
download | tame-c64e8363fd962b401e6603e2e69ae55b3b4d1b89.tar.gz tame-c64e8363fd962b401e6603e2e69ae55b3b4d1b89.tar.bz2 tame-c64e8363fd962b401e6603e2e69ae55b3b4d1b89.zip |
program map: Use expanded (preprocessed) programv2.9.10
* src/current/compiler/map.xsl (lvmc:compile)[lvm:program-map]: Use
`program.expanded', which is the preprocessed output.
-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 82867de..fbec293 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 R-T Specialty, LLC. + Copyright (C) 2016, 2018 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, '.xml' ), . )/lvp:program + document( concat( @src, '.expanded' ), . )/lvp:program " /> <variable name="map" select="." /> |