Skip to content
Snippets Groups Projects
Commit a4b43524 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

remove xs

parent 8106d1ab
No related branches found
No related tags found
3 merge requests!36merge f-boot-tour to dev,!31remove xs,!21Remove 'x's
Pipeline #6703 failed
......@@ -601,7 +601,6 @@ this.transformation = new function () {
var xsl = await transformation.retrieveXsltScript("property.xsl");
insertParam(xsl, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xsl, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xsl, "close-char", '×');
var entityXsl = await transformation.retrieveXsltScript('entity.xsl');
var messageXsl = await transformation.retrieveXsltScript('messages.xsl');
var commonXsl = await transformation.retrieveXsltScript('common.xsl');
......@@ -637,7 +636,6 @@ this.transformation = new function () {
var xslt = transformation.mergeXsltScripts(entityXsl, [errorXsl, commonXsl]);
insertParam(xslt, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xslt, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xslt, "close-char", '×');
xslt = injectTemplate(xslt, _root);
return xslt;
}
......
......@@ -313,7 +313,6 @@
</xsl:template>
<xsl:template match="*" mode="entities"/>
<xsl:template match="*" mode="top-level-data"/>
<xsl:variable name="close-char" select="'×'"/>
<!-- assure that this uri ends with a '/' -->
<xsl:template name="uri_ends_with_slash">
<xsl:param name="uri"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment