Martin Cooper wrote:
Hmm, this is starting to look like it would if you used ECS:

http://jakarta.apache.org/ecs/index.html
Well, DOM is to SAX as ECS is to a TagHandler. While both are trying to create HTML, ECS creates an object for every element, which is a lot to maintain and takes more memory. A TagHandler receives "events", which it can pass on, modify, or swallow.

Don

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

Reply via email to