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

Re: [xmlblaster] XPATH Subscribe Question



On Thu, 25 Apr 2002, Marcel Ruff wrote:

>Heinrich Götzger wrote:
>> Hi
>>
>> the key of published messages looks like follows:
>>
>> <key oid='2.vs.hw1 at bavaria' contentMime='text/plain'>
>> <loc>bavaria<hw>1<vs>2</hw></vs></loc>
>> </key>
>>
>> <key oid='1.vs.hw1 at bavaria' contentMime='text/plain'>
>> <loc>bavaria<hw>1<vs>1</hw></vs></loc>
>> </key>
>>
>> I'd like to subscribe with XPATH:
>> "//loc['bavaria']//hw['1']//vs['1']"
>>
>> but i'm getting both messages, is this correct?
>> Or is my assumption wrong?
>>
>> It has the same effect as:
>> "//loc['bavaria']//hw['1']//vs"
>>
>> and btw, is it correct that the XPATH Query from the gui isn't working
>> right now?
>
>Do a cvs update, it is fixed again.

well, thanks a lot. I guess you fixed the login-stuff, don't you?

Or did you find an issue about the XPATH-Query?

regards

Heinrich