Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iStandaarden
iWlz
XSLT
Commits
c2c84389
Commit
c2c84389
authored
Feb 18, 2021
by
Michael Westergaard
Browse files
Wlz 2.2.9
parent
15779daf
Changes
105
Show whitespace changes
Inline
Side-by-side
xslt-validatie/common/2_0/basis.xsl
View file @
c2c84389
...
...
@@ -1034,7 +1034,7 @@
</xsl:param>
<xsl:if
test=
"not($pThis) or not($pOther) or translate($pOther/text(), '-', '') > translate($pThis/text(), '-', '')"
>
test=
"not($pThis) or not($pOther) or translate($pOther/text(), '-', '') > translate(
substring(
$pThis/text(),
1,10),
'-', '')"
>
<xsl:call-template
name=
"addError"
>
<xsl:with-param
name=
"pRule"
select=
"$pRule"
/>
<xsl:with-param
name=
"pElements"
...
...
@@ -1098,7 +1098,7 @@
</xsl:param>
<xsl:variable
name=
"year1"
select=
"number(translate($pDate1, '-', ''))"
/>
select=
"number(translate(
substring(
$pDate1,
1,10),
'-', ''))"
/>
<xsl:variable
name=
"year2"
select=
"number(translate($pDate2, '-', ''))"
/>
<xsl:variable
name=
"pYearsNumber"
...
...
@@ -1685,12 +1685,24 @@
</xsl:choose>
</xsl:template>
<xsl:template
match=
"*[local-name()='Afzender']"
mode=
"header"
priority=
"10"
/>
<xsl:template
match=
"*[local-name()='Ontvanger']"
mode=
"header"
priority=
"10"
/>
<xsl:template
match=
"*[local-name()='BerichtCode']"
mode=
"header"
priority=
"10"
>
<r:BerichtCode>
<xsl:value-of
select=
"text()"
/>
</r:BerichtCode>
</xsl:template>
<xsl:template
match=
"*[local-name()='BerichtType']"
mode=
"header"
priority=
"10"
>
<r:BerichtCode>
<xsl:value-of
select=
"text()"
/>
</r:BerichtCode>
</xsl:template>
<xsl:template
match=
"*[local-name()='BerichtVersie']"
mode=
"header"
priority=
"10"
>
<r:BerichtVersie>
...
...
@@ -1714,7 +1726,7 @@
match=
"*[local-name()='Dagtekening'] | *[local-name()='FactuurDagtekening']"
mode=
"header"
priority=
"10"
>
<r:Dagtekening>
<xsl:value-of
select=
"
text(
)"
/>
<xsl:value-of
select=
"
substring(text(),1,10
)"
/>
</r:Dagtekening>
</xsl:template>
<xsl:template
...
...
@@ -1730,7 +1742,7 @@
</xsl:template>
<xsl:variable
name=
"xsltVersion"
>
2.
1
.9
2.
2
.9
</xsl:variable>
<xsl:template
match=
"*|@*|text()"
mode=
"check"
/>
...
...
xslt-validatie/wlz/2_2/AW317.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 AW317 (202
0-10-20
) -->
<!-- iWlz 2.2 AW317 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -69,7 +69,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/AW33.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 AW33 (202
0-10-20
) -->
<!-- iWlz 2.2 AW33 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -117,7 +117,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/AW35.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 AW35 (202
0-10-20
) -->
<!-- iWlz 2.2 AW35 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD004.xsl"
/>
...
...
@@ -53,7 +53,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/AW39.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 AW39 (202
0-10-20
) -->
<!-- iWlz 2.2 AW39 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -83,7 +83,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/CA317.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 CA317 (202
0-10-20
) -->
<!-- iWlz 2.2 CA317 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -39,7 +39,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/CA319.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 CA319 (202
0-10-20
) -->
<!-- iWlz 2.2 CA319 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -31,7 +31,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/IO31.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 IO31 (202
0-10-20
) -->
<!-- iWlz 2.2 IO31 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -87,7 +87,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/ZK31.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 ZK31 (202
0-10-20
) -->
<!-- iWlz 2.2 ZK31 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -129,7 +129,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/ZK33.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 ZK33 (202
0-10-20
) -->
<!-- iWlz 2.2 ZK33 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -119,7 +119,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/ZK35.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 ZK35 (202
0-10-20
) -->
<!-- iWlz 2.2 ZK35 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD004.xsl"
/>
...
...
@@ -53,7 +53,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/ZK39.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 ZK39 (202
0-10-20
) -->
<!-- iWlz 2.2 ZK39 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -83,7 +83,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/all.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:vr=
"http://www.istandaarden.nl/validatie/1_1/rapport/schema"
>
<!-- iWlz 2.2 (202
0-10-20
) -->
<!-- iWlz 2.2 (202
1-02-18
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD004.xsl"
/>
...
...
@@ -191,7 +191,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.2
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
1
.9
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
2
.9
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_2/all_merged.xsl
View file @
c2c84389
This source diff could not be displayed because it is too large. You can
view the blob
instead.
xslt-validatie/wlz/2_2/common/basis.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<!-- iWlz 2.2 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../../../common/2_0/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"getDetails"
priority=
"100"
>
...
...
xslt-validatie/wlz/2_2/condities/CD004.xsl
View file @
c2c84389
...
...
@@ -2,7 +2,7 @@
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:aw35=
"http://www.istandaarden.nl/iwlz/2_2/aw35/schema"
xmlns:zk35=
"http://www.istandaarden.nl/iwlz/2_2/zk35/schema"
>
<!-- iWlz 2.2 CD004 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 CD004 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD004"
/>
...
...
xslt-validatie/wlz/2_2/condities/CD005.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:iwlz=
"http://www.istandaarden.nl/iwlz/2_2/basisschema/schema"
>
<!-- iWlz 2.2 CD005 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 CD005 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD005"
/>
...
...
xslt-validatie/wlz/2_2/condities/CD007.xsl
View file @
c2c84389
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:iwlz=
"http://www.istandaarden.nl/iwlz/2_2/basisschema/schema"
>
<!-- iWlz 2.2 CD007 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 CD007 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD007"
/>
...
...
xslt-validatie/wlz/2_2/condities/CD009.xsl
View file @
c2c84389
...
...
@@ -4,7 +4,7 @@
xmlns:zk31=
"http://www.istandaarden.nl/iwlz/2_2/zk31/schema"
xmlns:zk33=
"http://www.istandaarden.nl/iwlz/2_2/zk33/schema"
xmlns:io31=
"http://www.istandaarden.nl/iwlz/2_2/io31/schema"
>
<!-- iWlz 2.2 CD009 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 CD009 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD009"
/>
...
...
xslt-validatie/wlz/2_2/condities/CD016.xsl
View file @
c2c84389
...
...
@@ -4,7 +4,7 @@
xmlns:zk31=
"http://www.istandaarden.nl/iwlz/2_2/zk31/schema"
xmlns:zk33=
"http://www.istandaarden.nl/iwlz/2_2/zk33/schema"
xmlns:io31=
"http://www.istandaarden.nl/iwlz/2_2/io31/schema"
>
<!-- iWlz 2.2 CD016 version 2.
1
.9 (202
0-10-20
) -->
<!-- iWlz 2.2 CD016 version 2.
2
.9 (202
1-02-18
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD016"
/>
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment