Changeset 7393


Ignore:
Timestamp:
11/21/06 10:44:13 (5 years ago)
Author:
sys
Message:

bug fonction xpath rootModel()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2.x/Jav_GE/com/scenari/m/ge/xpath/dom/builder/ZXPathRootModel.java

    r5603 r7393  
    8282        IWAgent vAgent = wGetAgentFromCtx(pCtx); 
    8383        vAgent = vAgent.hGetInstance().hGetAgentRoot(); 
    84         String vId = ZXPathIdFromPath.xGetId(vAgent.hGetComposant().hGetDocSource().hGetUri(), vAgent.hGetComposant(), vAgent); 
     84        String vId = ZXPathIdFromPath.xGetId("src:".concat(vAgent.hGetComposant().hGetDocSource().hGetUri()), vAgent.hGetComposant(), vAgent); 
    8585        return new XString(vId); 
    8686    } 
Note: See TracChangeset for help on using the changeset viewer.