<xsl:value-of
select="/myDom:group/Test:myTag" />
whereas
:
<xsl:for-each
select="/myDom:group">
<xsl:value-of select="Test:myTag" />
</xsl:for-each
>
does
not return anything ...
Nor do I. XSL coding questions
are best asked in the xsl-list at www.mulberrytech.com. When you post a stylesheet that looks correct but doesn't work
(as in this case), the usual response is (a) what's in the part of the
stylesheet that you haven't shown us?, and (b) which XSLT processor are you
using?.
Michael
Kay