Hi Bruno, The JAXP API has come a long way when it comes to supporting XSLTC features. My personal feeling is that XSLTC's internal API should be deprecated (in 2.6.0?) given the difficulty of keeping two API's in sync.
What do the other Xalan developers think? I'd like to encourage you to think about this transition and if you find any features that JAXP is missing, you can let us know. As for know, let me check the code and I'll get back to you regarding DTDMonitor. Thanks. -- Santiago On Fri, 2003-11-07 at 05:56, Verachten Bruno wrote: > Hi, > > I have written code inspired by code found on this page > http://xml.apache.org/xalan-j/xsltc/xsltc_native_api.html to compile my XSLT > files. > I have recently upgraded my jars to the Xalan 2.5.1 release. > I've seen in the ChangeLog that DTDMonitor has been deleted. > I still find references to that class in the javadoc on the apache XML > website: > http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/xsltc/dom/DTDMonitor.html > > Where can I find documentation on the class that replaces DTDMonitor? > > Thanks in advance. > > Bruno Verachten.