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

[xmlblaster] XPATH problem



Hello and sorry for my bad English :)
 
I have a problem with getting messages(I use Java and PHP demos and my own Delphi client).
 
For example, I publish message like:
 
<rose>
<color id='green'/>
</rose>
 
and then trying to get it with XPATH //rose/color[ at id='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/color[ at id=''] i.e. empty attributes, it's also works.
 
What I do wrong?
 
Thanks,
Alexey.