<dsssl:when xmlns:dsssl="http://www.askemos.org/2000/NameSpaceDSSSL" xmlns:mind="http://www.askemos.org/2000/CoreAPI" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" test="(and (is-meta-form? msg)
(not (node-list-empty? (form-field 'link (current-node)))))
">
<mind:reply>
<dsssl:copy-of select="(grove-root (current-node))"></dsssl:copy-of>
<!-- no change -->
<dsssl:copy-of select="(form-field 'link (current-node))"></dsssl:copy-of>
<mind:output method="text/xml"></mind:output>
</mind:reply>
</dsssl:when>