You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Alan Gutierrez <al...@engrm.com> on 2004/03/01 00:27:38 UTC

XUpdate development

I'm currently implementing XUpdate for Momento. There are a lot of
    blank parts in the working draft. Who is controlling the XUpdate
    Working Draft these days?

    Right now I'm curious as to how one removes namespace mapping
    declarations in XUpdate. 
    
    To remove the namespace mapping:

    <a:document xmlns:a="http://engrm.com/document"/>
    
    Does one select:
        
    /c:document/namespace::*[text() = 'http://engrm.com/document']              

    Or:

    /c:document/@xmlns:a

    Blog on attributes:

    http://engrm.com/blogometer/2004/02/29/momento-attributes.html

-- 
Alan Gutierrez - alan@engrm.com - 504.948.9237 - http://engrm.com/
    aim/yim: alanengrm - icq: 228631855 - msn: alanengrm@hotmail.com

Re: XUpdate development

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Alan Gutierrez wrote:

>I'm currently implementing XUpdate for Momento. There are a lot of
>    blank parts in the working draft. Who is controlling the XUpdate
>    Working Draft these days?
>  
>

I think it's still under xmldb.org control

Vadim