Hi there, I need to process the same XML document several hundred times during a XSLT batch run. The problem is that the document is fragmented into dozens of separate files which are defined with entity declarations in a single hub file.
Resolving the entities is not a problem : I just use an EntityResolver. However, I do not want to have to do this every time I parse the file if I can help it. Is there a clever way to parse the document once (so make use of the EntityResolver) but then hold the document in memory for futher transformations? Thanks, Constantine. -- The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
