Thanks. I noticed that you fixed this problem. I think it solves the problem for most of the people. I was also thinking that there might be some number of people who do not use Xerces2 ant file to compile Xerces2 sources. In that case there would be few people who would still face the problem ( and then look for solutions ) Considering this in mind, I am of the view that we should also provide dummy implementation for those functions in Xerces2 by throwing "java.lang.UnsupportedOperationException" Its a small change in the HTML implementation
To fix the problem during the build against JDK 1.4 we need to overwrite
classpath to compile against or apis.jar that include *correct* version
of the DOM HTML. It should be fixed in the CVS.
( org.apache.html.dom.HTMLFrameElementImpl, org.apache.html.dom.HTMLObjectElementImpl org.apache.html.dom.HTMLIFrameElementImpl classes). It would not change any behavior of existing appications written using DOM HTML APIs part of Xerces2 but would help those who are trying to compile sources against JDK 1.4.1 and do not use Xerces2 ant file to compile the sources. What do you think ? Do you have any concerns or see any issues doing such kind of change ?
thanks, Neeraj
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]