OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev]

[ Lists Home | Date Index | Thread Index ]

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 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:
    • [xml-dev]
      • From: "hellion" <hellion@ifrance.com>



 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS