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

[xmlblaster-devel] XPath subscriptions



Hi,

I'm currently having a few problems with XPath subscription...

If i subscribe with a key like :

<key queryType='XPATH'>
 /xmlBlaster/key/SimpleChat
</key>

then .. if i publish :

<key oid='SimpleChat'>
   <SimpleChat canal='hello'>
</SimpleChat>
 </key>
  <content><![CDATA[test]]></content>
 <qos>
  <isPublish/>
 </qos>

everything works.. but if i had subscribed with a key like: /xmlBlaster/key/SimpleChat[ at canal='hello']
i would have not received the message!! Am i missing something here?!


I can subscribe to topics using /xmlBlaster/key[ at oid='SimpleChat'] so what's the problem here?!

Any help will be greatly appreciated.

Regards,

   Nelson Silva