DesignLiquido / xslt-processor

A JavaScript XSLT processor without native library dependencies
GNU Lesser General Public License v3.0
94 stars 30 forks source link

xls:choose not working properly #50

Closed ivano32 closed 2 years ago

ivano32 commented 2 years ago

in an xsl:choose statement testing an attribute for 3 different options, if I put an xsl:otherwise it always takes the otherwise path. If I remove the otherwise then it takes the correct path. Looks like xsl:otherwise is overriding all tests.

ivano32 commented 2 years ago

sry it was malformed xml on my part.