AFAIK entity resolving using catalogues works already with 2.0.4. We had already two threads this week about it. What's the reason for your request? The SitemapManager is not the correct place for it as every XML parsing should use the resolver.

Joerg

On 21.01.2004 19:31, Jon Tonberg wrote:
Hello

Apologies in advance if this seems like a stupid question, but in 2.0.4 does
the sitemap compiler make use of the entity catalog resolver?

If not, could it be as simple as invoking a catalog resolver within
SitemapManager.java?

e.g.

113     p = (Parser)this.manager.lookup(Parser.ROLE);
114     CatalogResolver cr = new CatalogResolver();
115     p.setEntityResolver(cr);

etc

Thanks
jon

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



Reply via email to