Skip to content
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

fix: errors thrown in ForEachChildElementPipe are being ignored #111

Merged
merged 22 commits into from
Nov 15, 2023

Conversation

mhdirkse
Copy link
Member

No description provided.

@MLenterman MLenterman linked an issue Sep 13, 2023 that may be closed by this pull request
@MLenterman MLenterman marked this pull request as ready for review November 10, 2023 15:05
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" />
<xsl:param name="VerwerkingsSoort"/>
<xsl:param name="AndereUrl"/>
<xsl:param name="AndereUrls" select="parse-xml('&lt;urls&gt;&lt;url/&gt;&lt;/urls&gt;')" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifying a default for "node()" types you can do like this:
<xsl:param name="AndereUrls" as="node()"><urls><url/></urls></xsl:param>

That is a bit more readable.

@MLenterman MLenterman changed the title Fix SoapUI test Gidso fix: errors thrown in ForEachChildElementPipe are being ignored Nov 15, 2023
@MLenterman MLenterman merged commit e616ecf into master Nov 15, 2023
7 checks passed
@MLenterman MLenterman deleted the bug_rollen_90 branch November 15, 2023 14:57
@MLenterman
Copy link
Collaborator

🎉 This PR is included in version 1.13.16 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants