Hi,
I searched the list archives and other resources but didn't find a solution for my problem:
I use xerces SAX2 api to cut an incoming xml stream into chunks, seperated by certain tags.The resulting chunks then are passed into a xslt transformation using xalan.The reason for this is that our input streams can grow up to several 100MB, so our memory is exhausted.
However, the & and < entities are resolved into their characters, & and <. Currently, I parse every char array passed by the characters-event and re-insert the entity. This slows down the whole process a great deal.
Is there a possiblity to turn this behaviour off?
Regards,
Diez
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
