John Austin wrote:
and similar treatment for the StreamSources used to read in the XML and XSLT files.

That's usually uncritical, because XML parsers tend to buffer themself. IIRC recent Xerces uses an 8k buffer by default (which means you get looooong stretches of XML text as a series of characters() events, each dumping 8k text on you).

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to