[Home] [By Thread] [By Date] [Recent Entries]
Hi Matt,
so your $deptID does include a newline<DEPT> 1 <EMPS> <xsl:value-of select="$deptID"/> should become
<xsl:value-of select="substring-before($deptID, ' ')"/>
(not tested)Hope this helps, Manfred
|

Cart



