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)?

[629 byte] By [rlubkea] at [2007-11-27 2:33:06]
# 1
> There doesn't seem to be a way to configure entity> resolution on the TransformerI think you will find that is because the Transformer doesn't do entity resolution. The parser does that. In particular both DocumentBuilder and XMLReader have a setEntityResolver
DrClapa at 2007-7-12 2:49:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...