Elena Litani wrote: > After we polish the RevalidationHandler interface I think it should be > moved to XNI package.
Ack! I don't like this. It was a nice try sneaking it into the middle of a long post, though... ;) > (3) XMLEntityManager - seems too big for the purpose of revalidation. > All we need is the ability to expand system identifier based on the > baseURI. Any ideas? I was also thinking about this when I wrote NekoHTML. I basically had to copy this code out of the entity manager into my scanner to expand URIs. It would be nice if this were in a utility class. And speaking of entities... We also need a simple entity map for use when using the document fragment scanner. Currently we pass a reference to an object that implements NamespaceContext but we also should have a clean way to pass the map of declared entities. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
