|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
simple query not workingHi, I am testing the query panel of the client GUI. If I do
doc("hamlet.xml")//* it works OK, but doc("hamlet.xml)//TITLE doesn't work. What I am doing wrong? Thanks, /E. ______________________________________________ Enviado desde Correo Yahoo! La bandeja de entrada más inteligente. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
|
|
|
|
|
|
Re: simple query not working> doc("hamlet.xml)//TITLE doesn't work. What I am doing wrong?
Not sure what's wrong, but I would generally recommend to specify the full path to the document with fn:doc(), e.g. doc("/db/my/collection/hamlet.xml")//TITLE. Otherwise the path will be interpreted relative to the current context collection and this may change depending on how you call the query. Wolfgang ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
|
|
|
Re: simple query not workingHi
On Fri, Jul 4, 2008 at 7:25 PM, Enric Jaen <enricjaen@...> wrote: > I reinstalled eXist and now it works. hmmm that really does make no sense :-) regards Dannes ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
| Free Forum Powered by Nabble | Forum Help |