xsl-list
[Top] [All Lists]

Re: [xsl] value-of w/separator and nodes

2007-02-02 12:48:30
Mukul Gandhi wrote:

The function result is returned using an <xsl:sequence> instruction.
So if you use,

<xsl:function name="my:test">
 <xsl:sequence select="'1'" />
</xsl:function>

You'll get output as 1|1|1|1|1 ...

Yes, I found that, too. Now it is not a text node anymore, but a string (or, better, a sequence of type string). The same as with the as="xs:string" would happen.

Thanks,
Abel

--~------------------------------------------------------------------
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>