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

[xmlblaster] XPATH Subscribe Question



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?

Thanks

and regards

Heinrich