Re: [xsl] How to move the namespaces onto the root element when there is a namespace prefix that is bound to different namespaces?

Subject: Re: [xsl] How to move the namespaces onto the root element when there is a namespace prefix that is bound to different namespaces?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 13 Jan 2013 22:24:34 -0800
> The prefix-from-QName() function can be useful when used in
> combination with the node-name($arg as node()?) function that returns
> a QName from the node passed as a parameter (or just the context node
> in XPath 3.0) to the function. So, for example, you could use:
>
> prefix-from-QName(node-name($node))
>

Oh, I see... So this is why we have node-name() in addition to name().

Thank you, Phil.




On Sun, Jan 13, 2013 at 2:01 PM, Philip Fearon <pgfearo@xxxxxxxxxxxxxx> wrote:
> On Sun, Jan 13, 2013 at 8:31 PM, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
>>
>> I wanted to use the function:
>>
>>     prefix-from-QName()
>>
>> however it requires an xs:QName as argument and an xs:QName
>> constructor only accepts *literal* strings as arguments.
>>
>> The question arizes then: What is the above function useful for?
>>
> The prefix-from-QName() function can be useful when used in
> combination with the node-name($arg as node()?) function that returns
> a QName from the node passed as a parameter (or just the context node
> in XPath 3.0) to the function. So, for example, you could use:
>
> prefix-from-QName(node-name($node))
>
> -----
> Phil
>



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

Current Thread