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]
