Re: [xsl] Creating namespace nodes

Subject: Re: [xsl] Creating namespace nodes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 7 Jun 2005 13:17:06 +0100
> we must strip away the namespace
> prefix, as accomplished by the substring-after() function.

yes in xslt attribute values are just strings so you need to use
substring, although you have access to all in scope namespace so you can
do this in a namespace correct fasion, you don't ever need to assume any
fixed prefixes.

XSLT2 with a schema aware processor would know that these attributes
were types as qnames so then you woul dbe able to use local-name() and
similar functions rather than string handling functions to access the
local name and namespace URI.

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