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
e8af9096
Commit
e8af9096
authored
Oct 15, 2021
by
Jeroen Roovers
Browse files
Wlz 2.3 XSLT versie 2.4.5
parent
eec765ba
Changes
105
Expand all
Hide whitespace changes
Inline
Side-by-side
xslt-validatie/common/2_0/basis.xsl
View file @
e8af9096
...
...
@@ -1085,6 +1085,26 @@
</xsl:if>
</xsl:template>
<!-- Check if pThis is in the same month as pOther; dates must be formatted
as YYYY-MM-DD -->
<xsl:template
name=
"checksamemonth"
>
<xsl:param
name=
"pThis"
select=
"."
/>
<xsl:param
name=
"pOther"
select=
"."
/>
<xsl:param
name=
"pExtra"
select=
"emptyNodeSet"
/>
<!-- Selecting a not existing node so the default value'll be an empty node-set -->
<xsl:param
name=
"pRule"
>
FAIL
</xsl:param>
<xsl:if
test=
"not($pThis) or not($pOther) or substring(translate($pOther/text(), '-', ''), 5, 2) != substring(translate($pThis/text(), '-', ''), 5, 2)"
>
<xsl:call-template
name=
"addError"
>
<xsl:with-param
name=
"pRule"
select=
"$pRule"
/>
<xsl:with-param
name=
"pElements"
select=
"$pThis | $pOther | $pExtra"
/>
</xsl:call-template>
</xsl:if>
</xsl:template>
<!-- Checks if the number of years between pDate1 and pDate2 is not more
than pYears -->
<xsl:template
name=
"checkYearsBetween"
>
...
...
@@ -1742,7 +1762,7 @@
</xsl:template>
<xsl:variable
name=
"xsltVersion"
>
2.
3.3
2.
4.5
</xsl:variable>
<xsl:template
match=
"*|@*|text()"
mode=
"check"
/>
...
...
xslt-validatie/wlz/2_3/AW317.xsl
View file @
e8af9096
<?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.3 AW317 (2021-
06-28
) -->
<!-- iWlz 2.3 AW317 (2021-
10-15
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -63,7 +63,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/AW33.xsl
View file @
e8af9096
<?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.3 AW33 (2021-
06-28
) -->
<!-- iWlz 2.3 AW33 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/AW35.xsl
View file @
e8af9096
<?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.3 AW35 (2021-
06-28
) -->
<!-- iWlz 2.3 AW35 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/AW39.xsl
View file @
e8af9096
<?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.3 AW39 (2021-
06-28
) -->
<!-- iWlz 2.3 AW39 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/CA317.xsl
View file @
e8af9096
<?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.3 CA317 (2021-
06-28
) -->
<!-- iWlz 2.3 CA317 (2021-
10-15
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -37,7 +37,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/CA319.xsl
View file @
e8af9096
<?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.3 CA319 (2021-
06-28
) -->
<!-- iWlz 2.3 CA319 (2021-
10-15
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -29,7 +29,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/IO31.xsl
View file @
e8af9096
<?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.3 IO31 (2021-
06-28
) -->
<!-- iWlz 2.3 IO31 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/ZK31.xsl
View file @
e8af9096
<?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.3 ZK31 (2021-
06-28
) -->
<!-- iWlz 2.3 ZK31 (2021-
10-15
) -->
<xsl:import
href=
"common/basis.xsl"
/>
<xsl:include
href=
"condities/CD005.xsl"
/>
...
...
@@ -131,7 +131,7 @@
<vr:XSLTHeader>
<vr:Standaard>
iwlz
</vr:Standaard>
<vr:StandaardRelease>
2.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/ZK33.xsl
View file @
e8af9096
<?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.3 ZK33 (2021-
06-28
) -->
<!-- iWlz 2.3 ZK33 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/ZK35.xsl
View file @
e8af9096
<?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.3 ZK35 (2021-
06-28
) -->
<!-- iWlz 2.3 ZK35 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/ZK39.xsl
View file @
e8af9096
<?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.3 ZK39 (2021-
06-28
) -->
<!-- iWlz 2.3 ZK39 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/all.xsl
View file @
e8af9096
<?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.3 (2021-
06-28
) -->
<!-- iWlz 2.3 (2021-
10-15
) -->
<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.3
</vr:StandaardRelease>
<vr:XSLTVersie>
2.
3.3
</vr:XSLTVersie>
<vr:XSLTVersie>
2.
4.5
</vr:XSLTVersie>
</vr:XSLTHeader>
</xsl:variable>
</xsl:stylesheet>
xslt-validatie/wlz/2_3/all_merged.xsl
View file @
e8af9096
This diff is collapsed.
Click to expand it.
xslt-validatie/wlz/2_3/common/basis.xsl
View file @
e8af9096
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<!-- iWlz 2.3 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 version 2.
4.5
(2021-
10-15
) -->
<xsl:import
href=
"../../../common/2_0/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"getDetails"
priority=
"100"
>
...
...
xslt-validatie/wlz/2_3/condities/CD004.xsl
View file @
e8af9096
...
...
@@ -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_3/aw35/schema"
xmlns:zk35=
"http://www.istandaarden.nl/iwlz/2_3/zk35/schema"
>
<!-- iWlz 2.3 CD004 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 CD004 version 2.
4.5
(2021-
10-15
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD004"
/>
...
...
xslt-validatie/wlz/2_3/condities/CD005.xsl
View file @
e8af9096
<?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_3/basisschema/schema"
>
<!-- iWlz 2.3 CD005 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 CD005 version 2.
4.5
(2021-
10-15
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD005"
/>
...
...
xslt-validatie/wlz/2_3/condities/CD007.xsl
View file @
e8af9096
<?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_3/basisschema/schema"
>
<!-- iWlz 2.3 CD007 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 CD007 version 2.
4.5
(2021-
10-15
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD007"
/>
...
...
xslt-validatie/wlz/2_3/condities/CD009.xsl
View file @
e8af9096
...
...
@@ -4,7 +4,7 @@
xmlns:zk31=
"http://www.istandaarden.nl/iwlz/2_3/zk31/schema"
xmlns:zk33=
"http://www.istandaarden.nl/iwlz/2_3/zk33/schema"
xmlns:io31=
"http://www.istandaarden.nl/iwlz/2_3/io31/schema"
>
<!-- iWlz 2.3 CD009 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 CD009 version 2.
4.5
(2021-
10-15
) -->
<xsl:import
href=
"../common/basis.xsl"
/>
<xsl:template
match=
"*"
mode=
"CD009"
/>
...
...
xslt-validatie/wlz/2_3/condities/CD016.xsl
View file @
e8af9096
...
...
@@ -4,7 +4,7 @@
xmlns:zk31=
"http://www.istandaarden.nl/iwlz/2_3/zk31/schema"
xmlns:zk33=
"http://www.istandaarden.nl/iwlz/2_3/zk33/schema"
xmlns:io31=
"http://www.istandaarden.nl/iwlz/2_3/io31/schema"
>
<!-- iWlz 2.3 CD016 version 2.
3.3
(2021-
06-28
) -->
<!-- iWlz 2.3 CD016 version 2.
4.5
(2021-
10-15
) -->
<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