Re: [xsl] namespace value output at weird location

Subject: Re: [xsl] namespace value output at weird location
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Apr 2005 00:59:13 +0100
When you use a literal result eleemnt such as <br/> in your stylesheet
it gets copied to the result along with all its namespace nodes (except
those namespaces that are not copied) Initially th eonly namespace that
isn't copied is the xsl one, but you also have jtt in scope which you
don't want copied so add
add exclude-result-prefixes="jtt" to xsl:stylesheet.

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