[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] namespace scope?


Subject: Re: [xsl] namespace scope?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 12 Aug 2003 18:57:40 +0100

copy a namespace node with that name from a source document to the result
If there isn't one in the source you can use
document('')/*/namespace()[name()='esql']
to grab a namespace node with name (prefix) 'esql' and value
http://apache.org/cocoon/SQL/v2 from your xsl:stylesheet element.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
________________________________________________________________________

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



Current Thread