I just stumbled across the following in the 1.0 FCS release. In
DefaultNavigator, in the getNodeType function, there are the following
lines of code:

        else if ( isProcessingInstruction(node) ) 
        {
            return Pattern.DOCUMENT_NODE;
        }

I'm not running up against this as a problem at the moment. Just
happened to catch it while browsing through the code.

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to