[ exist-Bugs-1963651 ] Problem with data

View: New views
1 Messages — Rating Filter:   Alert me  

[ exist-Bugs-1963651 ] Problem with data

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bugs item #1963651, was opened at 2008-05-14 10:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117691&aid=1963651&group_id=17691

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stéphane Augusto (bougueste)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with data

Initial Comment:
I have problem with exist v1.2
The database don't find node.

if i execute this query
declare variable $doc  {
    doc("/db/RallyNotes/Essais/2008-S19-SetupACR-B510")
};


let  $result := $doc//*[@id='926f83a3-c724-4bfe-b423-cbdf7c77e254']
return
<result>
{$result}
</result>

i have this result :
<result>
    <DerniereModification id="926f83a3-c724-4bfe-b423-cbdf7c77e254">
        <Utilisateur>Systemiste</Utilisateur>
        <Date>08/05/2008 21:54:16</Date>
    </DerniereModification>
</result>


It's ok.

But
this query :
declare variable $doc  {
    doc("/db/RallyNotes/Essais/2008-S19-SetupACR-B510")
};


let  $result := $doc//DerniereModification
return
<result>
{$result}
</result>
give 0 result.






----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117691&aid=1963651&group_id=17691

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open