RE: [xsl] Best Practices for inline elements

Subject: RE: [xsl] Best Practices for inline elements
From: "Brad Miller" <Brad.Miller@xxxxxxxxxxx>
Date: Fri, 5 Jul 2002 12:09:02 -0700
The example Jeni provided works well for everything except what I have in 
xsl:for-each statements. 

For example this statement:
<xsl:for-each select="ROW[3]/CELL/DESCRIPTION">
	<p><xsl:value-of select = "PARA" /></p>
</xsl:for-each>

does not return any bold text.

Do I need to do something different for this case?

Thanks
Brad

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread