Two points: - See http://xml.apache.org/commons/#java and look for org.apache.xml.resolver.Resolver: it may do what you want, and is available in the 1.0b2 release of xml-commons.
- Xalan's Process command line class is intended as a convenience for people wanting to prototype stuff or run simple stylesheets manually. If you need to do this level of detailed work, you should probably be writing a Java program and calling our APIs yourself - this will result in better performance and less maintenance risk (in case we decide to change how the command line processing works) - Shane ---- you "Ushakov, Sergey N" <[EMAIL PROTECTED]> wrote ---- > Now i see it's not that simple. But i can suggest a very generic approach. A > general purpose class(es) might be written that would implement > EntityResolver (and maybe DTDHandler?) and resolve all requests by using a > local copy of DTD/schema. I wonder whether it is still not implemented... > >Regards, >Sergey ===== - Shane <eof aka="mailto:[EMAIL PROTECTED]" .sig="Du sublime au ridicule il n'y a qu'un pas." /> __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com
