You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "Hondros, Constantine" <Co...@nl.compuware.com> on 2002/06/18 15:31:26 UTC

Turn a fragmented document into a single input-source?

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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org