Hi Elliot,
Within certain limits. See
e/SAXXIncluder.html
>XInclude really isn't designed for a streaming parser though.
Well, including a whole document (not worrying about xpointer stuff) is quite enough for me. I did a little SAX layer on top of the Xerces parser which works nicely and handles fallback also (only one level of XInclude though).
/R