Re: [xsl] My XPath mistakenly referenced an element that doesn't exist and I got no error message ... is this bad language design?

Subject: Re: [xsl] My XPath mistakenly referenced an element that doesn't exist and I got no error message ... is this bad language design?
From: "BR Chrisman brchrisman@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Oct 2021 16:48:17 -0000
It's not very difficult to apply a transform to the stylesheet grabbing
the @select from value-of or apply-templates or what not into new xsl:if
test="count(@select) = 0"... xsl:message ... if warnings is what your
colleague wants.

- Brian

Current Thread