Large XML Doc - Paginate ?

classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

RE: Re: Re: Large XML Doc - Paginate ?

lkbrown

Thanks Erik.

Just seems to be a bug in the version  I downloaded.

New version works fine.

 

From: Erik Bruchez [via Orbeon Forms (ops-users)] [mailto:[hidden email]]
Sent: Friday, August 20, 2010 9:23 PM
To: Brown, Lyndon K.
Subject: Re: Re: Re: Large XML Doc - Paginate ?

 

Lyndon,

Not sure what's the problem. Maybe someone can help you on the eXist list?

-Erik

On Mon, Aug 16, 2010 at 2:35 PM, lkbrown <[hidden email]> wrote:


>
> Alex,
>
> You've been very helpful.
>
> Quick Question:
>
> I am querying the exist database using the following xquery.
>
> for $found in
> doc("xmldb:exist:///db/ARADS/data/scenario/albums.xml")//albums
> return <result>{$found}</result>
>
> The result set comesback empty; even though I know there are nodes that
> match that criteria.
> In fact, any xpath expression that I append to the end of the doc function
> fails to return results. With the exception of /* .
>
> Do you have any clue why I can't retrieve any nodes using this notation?
>
> The following fine, but I need to query a document:
>
> let $document := <store><albums><album></album></albums></store>
> return <result>{$document/albums}</result>
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Large-XML-Doc-Paginate-tp2294425p2327514.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws


View message @ http://orbeon-forms-ops-users.24843.n4.nabble.com/Large-XML-Doc-Paginate-tp2294425p2333170.html
To unsubscribe from Re: Re: Large XML Doc - Paginate ?, click here.

 

12