qexo-general
[Top][All Lists]
Advanced

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

Re: [Qexo-general] changes in the xml data file need to recompile?


From: Per Bothner
Subject: Re: [Qexo-general] changes in the xml data file need to recompile?
Date: Tue, 03 Apr 2007 14:47:41 -0700
User-agent: Thunderbird 1.5.0.10 (X11/20070302)

Emmanuel Emmanuel wrote:
Hello,
I am testing qexo in servlet.
I have made a simple query file "ex.xql" that open a xml file with : doc("example.xml") and return the results.
I run it with tomcat and all seems ok.
But if I (just after) change the xml file within an editor and reload firefox, changes doesnt appear (or strange behavior). Does it mean that we have to "recompile" each time the code even if we only change the xml data file ?

I checked in a work-around.

Instead of:
  doc(URI)
use
  gnu.kawa.xml.Document:parse(URI)

This requires a current check-out of Qexo from the SVN sources.

I'll try to come up with a cleaner solution for the next release.
--
        --Per Bothner
address@hidden   http://per.bothner.com/




reply via email to

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