+ <choose>
+ <when test="not($destinations)">
+ <element name="书社vocab:destination">
+ <value-of select="@书社vocab:path"/>
+ </element>
+ </when>
+ <when test="$bad-destinations">
+ <message terminate="no">
+ <text>Bad destinations: </text>
+ <for-each select="$bad-destinations">
+ <if test="position()>1">
+ <text> </text>
+ </if>
+ <text><</text>
+ <value-of select="."/>
+ <text>></text>
+ </for-each>
+ </message>
+ <element name="书社vocab:destination">
+ <value-of select="@书社vocab:path"/>
+ </element>
+ </when>
+ <otherwise>
+ <for-each select="$destinations">
+ <element name="书社vocab:destination">
+ <value-of select="."/>
+ </element>
+ </for-each>
+ </otherwise>
+ </choose>