aboutsummaryrefslogtreecommitdiff
path: root/process.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'process.xsl')
-rw-r--r--process.xsl14
1 files changed, 12 insertions, 2 deletions
diff --git a/process.xsl b/process.xsl
index a054965..a0c1895 100644
--- a/process.xsl
+++ b/process.xsl
@@ -12,10 +12,10 @@
method="xml"
omit-xml-declaration="yes"
encoding="UTF-8"
- indent="yes"
+ indent="no"
/>
-<xsl:include href="utility/helper.xsl"/>
+<xsl:include href="utility/datasource.xsl"/>
<xsl:template name="create_link">
<xsl:param name="from"/>
@@ -53,6 +53,16 @@
</subtask>
</xsl:template>
+<xsl:template name="merge_datasource">
+ <xsl:param name="main"/>
+ <xsl:param name="support"/>
+
+ <datasource>
+ <xsl:copy-of select="$main"/>
+ <xsl:copy-of select="$support"/>
+ </datasource>
+</xsl:template>
+
<xsl:template name="resolve_target">
<xsl:param name="prefix"/>
<xsl:param name="target"/>