Transformer and Entity Resolution
Hello,
I'm using a Transformer to convert documents from being DTD based to Schema based at runtime. I've run into a snag with doing so.
There doesn't seem to be a way to configure entity resolution on the Transformer, so when it loads one of the DTD based documents, it tries
to resolve the DTD. Since this application may run behind a firewall, or the site hosting the DTD may be down, this causes problems.
So far, I haven't been able to find anything in the Transformer API to deal with entity resolution.
Has anyone worked around this (without specifying VM level proxy properties)?

