cust.xsl naar aaar.xsl

svn path=/Website/branches/v2019.1/; revision=43951
This commit is contained in:
Jos Migo
2019-08-26 14:39:23 +00:00
parent baa630396d
commit 1d18845bf1

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
<xsl:import href="./cust.xsl"/>
<xsl:import href="./aaar.xsl"/>
<xsl:template match="bezoeker" mode="include">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
@@ -103,19 +103,4 @@
</xsl:choose>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>