]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/xslt/resolve_topurl.xsl
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / on-line / xslt / resolve_topurl.xsl
index fbd9d44a07509b09bf24c2139ec2a88f7558b5aa..6cfe0eda0417efbb802da2454d876cecc0d17728 100644 (file)
@@ -11,7 +11,7 @@
 <xsl:param name="topurl" select="''"/>
 
 <xsl:template match="subst:script">
- <script language="{@language}" src="{concat($topurl,@src)}"></script>
+ <xsl:copy-of select="document(concat($topurl,@src,'_xml'))" />
 </xsl:template>
 
 <xsl:template match="subst:topurl">