<xsl:for-each select="/date/logs">
<rect>
<xsl:attribute name="fill">
red
</xsl:attribute>
......... This is a portion of my XSL transformation document. When I process it, the red comes out as just
		red 		
Do I need a value-of select and a variable. I'm not that knowledgeable so sorry for my poor explanation.
Could Someone Help me Please, Thanks very much in advance.