When using the ElementHandler feature of the SAXReader, there is only a subset of XPath available (eg no element predicates can be used). Is there any documentation on what can and can't be used? I think it would be useful if this feature was available via the SAXContentHandler also. In my application, I have a SAX event stream and want to build a Document without having to reparse it. I suppose it would be possible for me to write a dummy implementation of XMLReader which just passed my SAX event stream to the SAXReader directly.
Thanks in advance, PJ Fanning http://www.polarlake.com _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-dev