program map: Use expanded (preprocessed) program

* src/current/compiler/map.xsl (lvmc:compile)[lvm:program-map]: Use
  `program.expanded', which is the preprocessed output.
master v2.9.10
Mike Gerwitz 2018-02-22 16:23:58 -05:00
parent 79cc96e026
commit c64e8363fd
1 changed files with 2 additions and 2 deletions

View File

@ -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="." />