From: "William C. Robertson" <[EMAIL PROTECTED]>
> For xtags.variable, need I only specify: node="list" to load a
> Java.util.List class loaded with the results of a select?
Yes.
> Thank you for elucidating the use of the "distinct" operator in xpath, I
am
> now able to simplify my xml docs and
James Strachan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 10:40 PM
To: [EMAIL PROTECTED]
Subject: Re: xtag:context and xtag:variable
HI William
From: "William C. Robertson" <[EMAIL PROTECTED]>
>
> does not seem to behave the same as it's cousin
>
"William C. Robertson" wrote:
> Hello all,
>
> does not seem to behave the same as it's cousin
> . For the same path, forEach works but context doesn't. Is
> there something I'm missing?
Do you have any examples? I'm not sure what sort of behaviour your expecting to
be the same.
Originally w
Hi William
(I'm reposting this as my previous post seemed to vanish)
From: "William C. Robertson" <[EMAIL PROTECTED]>
>
> does not seem to behave the same as it's cousin
> . For the same path, forEach works but context doesn't. Is
> there something I'm missing?
is meant to loop whereas isn
HI William
From: "William C. Robertson" <[EMAIL PROTECTED]>
>
> does not seem to behave the same as it's cousin
> . For the same path, forEach works but context doesn't. Is
> there something I'm missing?
is meant to loop whereas isn't but you're
right apart from that they should be similar.
Hello all,
does not seem to behave the same as it's cousin
. For the same path, forEach works but context doesn't. Is
there something I'm missing?
will return "an Object or List" if "node" is not specified.
Is the list a list in the sense of a "linkedList" or part of the io package?
Where ca