qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qexo-general] limits of for instruction !


From: Rami RIFAIEH
Subject: [Qexo-general] limits of for instruction !
Date: Mon, 17 Feb 2003 18:04:01 +0100

Hi,

I was using in my query the command let and for
to open a certain number of XML files (49860 files) and treat it one by one,
and I discovered that the number maximum of trated files was 8191  (2 power
13),

then I tried this simple query

<number_max>
{ for $a in (1 to 8194)
 return $a
}
</number_max>

the result of the query was: 1 2 .... 8191
this means that the second operand of "for" instruction is as maximum 8192,

I tried to find out in the class code (xqueryparse) where I can update this
value but it was not a simple task and I get lost.

May you help me to identify the right class and how to incorporate this
change.

Kind Regards,


  ************************************************************
  | Rifaieh Rami                        |  Rifaieh Rami                 |
  | Research Engineer           |  Ingénieur de Recherche       |
  | R&D- Tessi Informatique     |  R&D- Tessi Informatique      |
  | St-Etienne, France          |  St-Etienne, France           |
  | Tel: +33 6.70.61.57.05      |  Tél: 06.70.61.57.05          |
  | Fax: +33 4.77.79.59.58      |  Fax: 04.77.79.59.58          |
  | e-mail: address@hidden|  e-mail: address@hidden   |
  ************************************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]