Re: [xsl] [XSLT 1.0] Replace namespace prefixes?

Subject: Re: [xsl] [XSLT 1.0] Replace namespace prefixes?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 29 Dec 2009 00:45:43 GMT
> Wow! You da man Ken! That works beautifully. Thank you! 

note though while that will probably work with most xslt 1 systems it is
not guaranteed as (in xslt 1) the xml parser is not obliged to report the
original prefixes used in the source and the serialiser is not obliged
to use any prefixes used in the stylesheet. Usually xslt 1 systems don't
ignore the prefixes used in teh source and stylesheet, but they may..

David

Current Thread