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
Branches
Tags
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 () { ...@@ -601,7 +601,6 @@ this.transformation = new function () {
var xsl = await transformation.retrieveXsltScript("property.xsl"); var xsl = await transformation.retrieveXsltScript("property.xsl");
insertParam(xsl, "filesystempath", connection.getBasePath() + "FileSystem/"); insertParam(xsl, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xsl, "entitypath", connection.getBasePath() + "Entity/"); insertParam(xsl, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xsl, "close-char", '×');
var entityXsl = await transformation.retrieveXsltScript('entity.xsl'); var entityXsl = await transformation.retrieveXsltScript('entity.xsl');
var messageXsl = await transformation.retrieveXsltScript('messages.xsl'); var messageXsl = await transformation.retrieveXsltScript('messages.xsl');
var commonXsl = await transformation.retrieveXsltScript('common.xsl'); var commonXsl = await transformation.retrieveXsltScript('common.xsl');
...@@ -637,7 +636,6 @@ this.transformation = new function () { ...@@ -637,7 +636,6 @@ this.transformation = new function () {
var xslt = transformation.mergeXsltScripts(entityXsl, [errorXsl, commonXsl]); var xslt = transformation.mergeXsltScripts(entityXsl, [errorXsl, commonXsl]);
insertParam(xslt, "filesystempath", connection.getBasePath() + "FileSystem/"); insertParam(xslt, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xslt, "entitypath", connection.getBasePath() + "Entity/"); insertParam(xslt, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xslt, "close-char", '×');
xslt = injectTemplate(xslt, _root); xslt = injectTemplate(xslt, _root);
return xslt; return xslt;
} }
......
...@@ -313,7 +313,6 @@ ...@@ -313,7 +313,6 @@
</xsl:template> </xsl:template>
<xsl:template match="*" mode="entities"/> <xsl:template match="*" mode="entities"/>
<xsl:template match="*" mode="top-level-data"/> <xsl:template match="*" mode="top-level-data"/>
<xsl:variable name="close-char" select="'×'"/>
<!-- assure that this uri ends with a '/' --> <!-- assure that this uri ends with a '/' -->
<xsl:template name="uri_ends_with_slash"> <xsl:template name="uri_ends_with_slash">
<xsl:param name="uri"/> <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