Questions tagged [sedna]

Sedna is an XML Database with bindings to many programming languages

URL: http://www.sedna.org/
Operating Systems: Windows, Linux, MacOS X, FreeBSD, Solaris (x86/x64)
License: Apache License 2.0

19 questions
0
votes
1 answer

XCode - Import Sedna libs

What you I have to do in XCode to include the Sedna (Native XML DB) libs? The files are: /usr/local/sedna/driver/c/libsedna.h /usr/local/sedna/driver/c/libsedna.dylib I try to puts these path (/usr/local/sedna/driver/c) on "Search Paths"->"User…
0
votes
3 answers

xpath where && clause

I have xml data like this pass .. I want to retrieve the user's record (xml format) filtering by email and password. I have tried for $user in…
FONGOH MARTIN
  • 171
  • 2
  • 2
  • 13
0
votes
1 answer

Conditional insert xquery failing with error "unexpected insert, expecting else"

I am trying to execute the xquery on Sedna database to conditionally update the container, as below if(fn:exists(doc("blog")/entries/entry[@active="1" and @id="1"]/comments)) then UPDATE insert
Xinus
  • 29,617
  • 32
  • 119
  • 165
0
votes
1 answer

How to deal with Sedna via PHP

I have experienced for several years working on PHP with mySQL database .. But now I have a home work to working on Sedna Native XML Database as DBMS with PHP, I went to Sedna hompage and download Sedna and try to working on it via commmand line,…
Louay Hamada
  • 781
  • 1
  • 14
  • 22
1
2