Гришков Алексей a écrit :
For example, I publish message like:
<rose>
<color id='green'/>
</rose>
and then trying to get it with XPATH //rose/[EMAIL PROTECTED]'green'], but don't receive any matching message. However, if I subscribing first on this message and then publish it, it's works! And there is something strange. If I use //rose/[EMAIL PROTECTED]''] i.e. empty attributes, it's also works.
Did you try to replace simple quote by double quote ?

//rose/[EMAIL PROTECTED]"green"] in the place of //rose/[EMAIL 
PROTECTED]'green']


Reply via email to