> and last question about the DB: if i use db:open() it will be possible to put my DB in my host server ?
db:open will open a database on the machine where BaseX is installed. Please check out the documentation for more details).
>
>
> ________________________________
> De : Christian Grün <
christian.gruen@gmail.com>
> À : Mohamed kharrat <
med_khr@yahoo.fr>
> Envoyé le : Dimanche 19 juin 2016 23h27
>
> Objet : Re: [basex-talk] question about http server
>
> > and please execute it again.
>
> This is what I got now:
>
> <li>2.xml talk about 3.xml</li>
> <li>2.xml talk about 7.xml</li>
> <li>2.xml talk about 14.xml</li>
> <li>2.xml talk about 11.xml</li>
>
>
> > but supposing i want to put it in my host server. if possible, i will put
> > them where? and what i have to change in php code?
>
>
> It’s usually better to create a database from your input documents
> (e.g. with the BaseX GUI), and address it with db:open() instead of
> doc().
>