[Home] [By Thread] [By Date] [Recent Entries]


Title: Message
I don't really understand why this statement gives me a result :
<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 http://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

  • References:
      • From: "hellion" <hellion@i...>
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member