I am trying to clean out some of the high cost (from a memory standpoint)
stuff that is in the FO Tree. Right now, we are storing for each node a
String containing the name of that node (e.g. "fo:root"), which generally
seems like a waste. The String seems to be mainly used in error messages. It
probably needs to be stored for nodes from unrecognized namespaces, but for
recognized namespaces, I would like to use something static instead. Can
anyone think of a situation where that would not be appropriate, e.g. where
there is ambiguity about what XML element created an FO object?

Victor Mote


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

Reply via email to