xsl-list
[Top] [All Lists]

Re: [xsl] Unwanted New Line on Output

2007-06-18 03:14:01
Hi Matt,

<DEPT>
  1
  <EMPS>
so your $deptID does include a newline

     <xsl:value-of select="$deptID"/>
should become
      <xsl:value-of select="substring-before($deptID, '&#10;')"/>
(not tested)

Hope this helps,

Manfred

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>