blob: 6fa89fae0f0f793e97ff3f88e41a5898dd15ca9a [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: conditionalerr22 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 9.2 -->
<!-- Creator: David Marston -->
<!-- Purpose: Put xsl:otherwise at top level, which is illegal. -->
<!-- ExpectedException: xsl:otherwise is not allowed in this position in the stylesheet -->
<xsl:otherwise>Female: </xsl:otherwise>
</xsl:stylesheet>