Using Xerces-C 1.6 (can't upgrade to 1.7 until there's a Xalan that works with it).
I'd like to be able to return a pre-parsed and cached document from an EntityResolver. As it stands, EntityResolver returns an InputSource, and InputSource serves only to return a binInputStream, which seems to preclude using a pre-parsed doctree. OTOH, the Xalan XSLTInputSource offers a possibility to work with parsed documents (using XalanNode) rather than InputStreams. Is there any way I can do this for a Xerces parser? -- Nick Kew Available for contract work - Programming, Unix, Networking, Markup, etc. --------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
