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
parent
d5867eeda8
commit
32afebd631
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue