[Home] [By Thread] [By Date] [Recent Entries]
the document contain several element <E1> and I want to have the text contained in every <E1> in a new line I have tried this solution it works well. <xsl:for-each select="//E1"> <xsl:value-of select="self::title"/> <xsl:text>
</xsl:text> </xsl:for-each> Now if I want to have every word in a new line it will be difficult
|

Cart



