xsl-list
[Top] [All Lists]

Re: [xsl] Convert a node-set to a string

2011-03-25 13:07:09
David Frey wrote:

The problem I think I am having is that my extension function expects a
string, but I am passing it a node-set. I want to convert the node-set
to a string rather than changing the extension function to accept a
node-set as a parameter. Is this possible?

Well what kind of string do you want, do you want to serialize the nodes back to XML markup? That has been done, for instance http://lenzconsulting.com/xml-to-string/.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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