Re: [xsl] Another (hopefully not stupid) newbie problem...

Subject: Re: [xsl] Another (hopefully not stupid) newbie problem...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Jul 2001 10:02:03 +0100
> How do I get rid of the <Langtext> Element?

don't get rid of it, just don't select it in the first place:

<copy-of select="./Langtext/node()"/>

(node() selects all nodes including text, *, as you found, only selects
elements)

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread