How can I test if the variable $xsd_node was assigned a value?
In some cases the node-set expression to fill this variable might copy
nothing.
...
<xsl:variable name="xsd_node">
<xsl:copy-of select="$xsd_doc//xs:element[(_at_)name = $name and
count(child::node()) = 0]"/>
</xsl:variable>
<xsl:if test="???">
...
Is there something like empty($xsd_node)?
Cheers,
R.
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--