I have the following setup:

        JDOM 1.0b7
        Jaxen 1.0 beta 8

Here's the gist of my code:

        xpathExpression = new XPath("/a/b/text() = 'y'");

        result = xpathExpression.evaluate(doc);

result ends up being false where 'doc' is:

        <a>
                x
                <b>y</b>
                <c/>
        </a>

What am I missing?

Chris


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to