-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zib2024 initial zibs #301
base: master
Are you sure you want to change the base?
Zib2024 initial zibs #301
Conversation
deviating way, but it should normally not be required. --> | ||
|
||
<!-- If so required, an xsl:when condition can be added for templates that need to be called in some deviating way, but it should normally not be required. --> | ||
<xsl:when test="$localName = 'contactpersoon'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to me that this violates the mapping guidelines. The parameter should be called "subject", and this explicit test should not be needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see how we can remove these explicit tests, since the mode
of apply-templates
cannot be variable (likewise for the name
of call-template
), and without these the conversion crashes.
No description provided.