Re: [xsl] multiple node values not being returned

Subject: Re: [xsl] multiple node values not being returned
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 May 2005 12:48:31 +0100
> Is there a one line code available to do the same thing?

No, why should there be? You can copy all the nodes using copy-of but if
you want to generate a new element and new text then you need to iterate
over the old nodes and generate some new ones.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread