Hi Oliver,
2008/2/26, Oliver Heger [EMAIL PROTECTED]:
> The code:
> > XMLConfiguration config = new XMLConfiguration("simple.xml");
> > config.setReloadingStrategy(new FileChangedReloadingStrategy());
> > config.setExpressionEngine(new XPathExpressionEngine());
> > List x = config.getList("/
I'm using the TelnetClient class to start an application on a remote
machine.
Everything looks fine as long as my application that uses the
TelnetClient runs. As soon as it is finished the started application on
the remote machine is killed.
Can't I have the application on the remote machine r
Christian Migowski schrieb:
Hi,
how can I use XPathExpressionEngine to get a list of XML attributes? It
seems like i cannot get it working, here is an easily reproducable example.
Given the XML file simple.xml:
Name 1
Name 2
Name 3
The code:
XMLConfiguration config = new XMLConfi
great thanks...tht worked
On 2/25/08, Bronwyn Cook <[EMAIL PROTECTED]> wrote:
>
> Edward S gmail.com> writes:
>
> >
> > Martin
> >
> > I tried both.
> > the thing is, apart from the file parameter in the form there is another
> > hidden field that contains a text value.
> > if i use multipart/f
Hi,
how can I use XPathExpressionEngine to get a list of XML attributes? It
seems like i cannot get it working, here is an easily reproducable example.
Given the XML file simple.xml:
Name 1
Name 2
Name 3
The code:
XMLConfiguration config = new XMLConfiguration("simple.xml");
confi
Hello all,
I am new to SCXML and first tried to run a general example for a parallel
state:
http://www.w3.org/2005/07/scxml";
version="1.0"
initialstate="mainState">
Hi guys !
I want first congrats you for SCXML, which is a very usefull tool.
We are currently using the version 0.7, and i have a question about the use
of the "digester" with SCXML. Into your tests, you are using the method
digest(), but this method is deprecated. The javadoc indicates that we m