Next in thread → Next in month →

Re: [xml-dev] Re: Collection-Valued Subexpressions?

From
Philippe Poulard <>
To
David Carlisle <>
Date
2005-09-01T07:26:26Z
ID
<>
Thread
Re: [xml-dev] Re: Collection-Valued Subexpressions?
David Carlisle wrote:
>>    Why is it not possible to return all /a[b + 1 = 6] ?
> 
> 
> well it is of course, but just not with that syntax. for example you
> could do
> a[b/(.+1)=6]

hi,

the following form is probably more "natural" or "clearer"

a[ b[ .+1 = 6 ] ]

-- 
Cordialement,

            ///
           (. .)
  -----ooO--(_)--Ooo-----
|   Philippe Poulard    |
  -----------------------
Next in thread → Next in month →