Joerg
> AFAIK entity resolving using catalogues works already with
> 2.0.4. We had
> already two threads this week about it.
Thanks for your reply. I know that entity resolving using catalogs work in 2.0.4 - I'm using it extensively at the moment, what I'm asking about here is entity resolving within sitemaps at sitemap compile time.
> What's the reason for your
> request? The SitemapManager is not the correct place for it
> as every XML
> parsing should use the resolver.
I want to reference entities from within the sitemap.
e.g.
<!DOCTYPE sitemap [ <!ENTITY common-resources SYSTEM "common-resources.xml"> ]>
...
<resources>
&common-resources;
</resources>
This approach works fine when declaring and resolving a SYSTEM identifier where the path of the entity is known, but for portability, I want to use the entity catalog to resolve &common-resources.
Best regards,
jon
