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: Wendell Piez <wapiez@xxxxxxxxxxxxxxx>
Date: Mon, 14 Jan 2013 13:10:59 -0500
Hi,

Also, to detect namespace-related anomalies and normalize namespace usage:

https://github.com/wendellpiez/XMLNamespaceFixup

Cheers,
Wendell

On Mon, Jan 14, 2013 at 1:24 AM, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
>> 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.
>



-- 
Wendell Piez | http://www.wendellpiez.com
XML | XSLT | electronic publishing
Eat Your Vegetables
_____oo_________o_o___ooooo____ooooooo_^

Current Thread