[Home] [By Thread] [By Date] [Recent Entries]
why my output looks like this if I run this xsl? xsl <xsl:template match="years"> <xsl:for-each select="@*"> <xsl:value-of select="."/> </xsl:for-each> </xsl:template> xml <years title="year" century="20th" month="April" Day="Thursday"/> output Thursday20thAprilyear why it's not extracting in the right order? Francis XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



