I think the XSLTC internal API is already deprecated since Xalan 2.5. I
don't know why the API document still has a link to a removed class. Maybe
we missed something when updating the Javadocs in Apache website.
Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: [EMAIL PROTECTED]
Santiago
Pericas-Geertsen
<Santiago.Pericas To
[EMAIL PROTECTED]> Verachten Bruno
<[EMAIL PROTECTED]>
11/07/2003 10:24 cc
AM [EMAIL PROTECTED]
Subject
Re: [XSLTC] Using the
DTDMonitorClass
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.