Preprocess input map nodes

In particular, I want it to handle absolute import paths.  It does
this for the return map; I forgot to add it here.

* src/current/compiler/map.xsl (lvmc:compile) [lvm:program-map]:
  Preprocess nodes.
master v2.1.0
Mike Gerwitz 2017-07-13 09:42:20 -04:00
parent d5867eeda8
commit 32afebd631
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@
<with-param name="type-prefix" select="'map'" />
</call-template>
<!-- copy all source nodes -->
<sequence select="node()" />
<!-- copy source nodes -->
<apply-templates mode="preproc:expand" select="node()" />
</lv:package>
</variable>