Re: [xsl] detecting if a given node contains other nodes from a different namespace or plain text only?

Subject: Re: [xsl] detecting if a given node contains other nodes from a different namespace or plain text only?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 8 Sep 2004 21:39:27 +0100
your question isn't very clear but if x: is bound to the namespace of
interest
in the stylesheet test="not(x:*)" is true just if the current node
only has children that are text comments pis or elements from another
namespace

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