Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 92886 invoked from network); 10 May 2000 18:15:08 -0000 Received: from lotus2.lotus.com (192.233.136.8) by locus.apache.org with SMTP; 10 May 2000 18:15:08 -0000 Received: from internet2.lotus.com (internet2 [9.95.4.236]) by lotus2.lotus.com (8.9.3/8.9.3) with ESMTP id OAA21632; Wed, 10 May 2000 14:14:14 -0400 (EDT) Received: from a3mail.lotus.com (A3MAIL.lotus.com [9.95.5.66]) by internet2.lotus.com (8.9.3/8.9.3) with ESMTP id OAA26438; Wed, 10 May 2000 14:14:40 -0400 (EDT) Subject: RE: XALAN & XERCES 1.0.4 To: xalan-dev@xml.apache.org Cc: general@xml.apache.org X-Mailer: Lotus Notes Release 5.0.1 July 16, 1999 Message-ID: From: "Scott Boag/CAM/Lotus" Date: Wed, 10 May 2000 14:15:06 -0400 X-MIMETrack: Serialize by Router on A3MAIL/CAM/H/Lotus(Build V504_04122000 |April 12, 2000) at 05/10/2000 02:16:36 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N They made some pretty serious changes, so I think this is a big problem. Sorry, I've had my head down in the Xalan 1.1.x codebase, and didn't realize this was coming. It will take me a while to figure out what has to be done... -scott "Sobeck, David" , nkinc.com> general@xml.apache.org cc: (bcc: Scott Boag/CAM/Lotus) 05/10/2000 01:44 PM Subject: RE: XALAN & XERCES 1.0.4 Please respond to xalan-dev I think you mean 1.0.3. I patched around this error (on the xalan side), and got a different error, indicating that BaseMarkupSerializer.prepare never got called. It looks like I should patch xalan to call serializer.asContentHandler? 2000-05-09T19:16:14.513Z-07:00 [error] java.lang.IllegalStateException: SER002 No writer supplied for serializer at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.(Compiled Code) at java.lang.Exception.(Compiled Code) at java.lang.RuntimeException.(RuntimeException.java:47) at java.lang.IllegalStateException.(IllegalStateException.java:45) at org.apache.xml.serialize.HTMLSerializer.startDocument(HTMLSerializer.java:458) at org.apache.xalan.xslt.XSLTEngineImpl.flushPending(XSLTEngineImpl.java:3753) at org.apache.xalan.xslt.XSLTEngineImpl$ResultTreeHandler.startElement(XSLTEngineImpl.java:3833) at org.apache.xalan.xslt.ElemLiteralResult.execute(Compiled Code) at org.apache.xalan.xslt.ElemTemplateElement.executeChildren(Compiled Code) at org.apache.xalan.xslt.ElemLiteralResult.execute(Compiled Code) at org.apache.xalan.xslt.ElemTemplateElement.executeChildren(Compiled Code) at org.apache.xalan.xslt.ElemTemplateElement.transformChild(ElemTemplateElement.java:1194) at org.apache.xalan.xslt.ElemTemplateElement.processLocatedNode(ElemTemplateElement.java:1056) at org.apache.xalan.xpath.SimpleNodeLocator.findChildren(Compiled Code) at org.apache.xalan.xpath.SimpleNodeLocator.step(Compiled Code) at org.apache.xalan.xpath.SimpleNodeLocator.locationPath(SimpleNodeLocator.java:296) at org.apache.xalan.xpath.XPath.locationPath(XPath.java:964) at org.apache.xalan.xpath.XPath.execute(XPath.java:1385) at org.apache.xalan.xpath.XPath.execute(XPath.java:1354) at org.apache.xalan.xpath.XPath.execute(XPath.java:311) at org.apache.xalan.xslt.ElemTemplateElement.transformSelectedChildren(Compiled Code) at org.apache.xalan.xslt.ElemApplyTemplates.execute(ElemApplyTemplates.java:176) at org.apache.xalan.xslt.ElemTemplateElement.executeChildren(Compiled Code) at org.apache.xalan.xslt.ElemTemplate.execute(ElemTemplate.java:145) at org.apache.xalan.xslt.StylesheetRoot.process(Compiled Code) at org.apache.xalan.xslt.XSLTEngineImpl.process(Compiled Code) at com.kvisco.xsl.RuleProcessor.process(Unknown Source) at com.itc.webapp.templateengine.ParsedTemplate.publishHTML(Unknown Source) at com.itc.webapp.templateengine.ParsedTemplate.merge(Unknown Source) at com.itc.webapp.templateengine.TemplateEngine.merge(Unknown Source) at com.itc.webapp.WebApp.service(Compiled Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314) at org.apache.jserv.JServConnection.run(JServConnection.java:188) at java.lang.Thread.run(Thread.java:485) -----Original Message----- From: Scott Boag/CAM/Lotus [mailto:Scott_Boag@lotus.com] Sent: Wednesday, May 10, 2000 10:24 AM To: general@xml.apache.org Cc: xalan-dev@xml.apache.org Subject: Re: XALAN & XERCES 1.0.4 Ouch. Sigh... I guess this means we'll have to release a 1.0.2 version. -scott "Roytman, Alex" To: "'general@xml.apache.org'" , (bcc: etech.com> Scott Boag/CAM/Lotus) Subject: XALAN & XERCES 1.0.4 05/10/2000 11:58 AM Please respond to general What happened with org/apache/xerces/validators/schema/XSchemaValidator My XALAN code does not work with 1.0.4 version: ------------------------------------ java.lang.NoClassDefFoundError: org/apache/xerces/validators/schema/XSchemaValidator at org.apache.xalan.xslt.XSLTEngineImpl.getSourceTreeFromInput(XSLTEngineImpl.j ava:838) at org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java, Compiled Code) ---------------------------------- java.lang.NoSuchMethodError: org.apache.xerces.framework.XMLParser: method setSendCharDataAsCharArray(Z)V not found at org.apache.xalan.xpath.dtm.DTM.(DTM.java:271) at org.apache.xalan.xpath.dtm.DTMLiaison.parse(DTMLiaison.java:197) at org.apache.xalan.xslt.XSLTEngineImpl.getSourceTreeFromInput(XSLTEngineImpl.j ava:838) at org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java, Compiled Code) ----------------------------------- Alex -----Original Message----- From: Arnaud Le Hors [mailto:lehors@us.ibm.com] Sent: Tuesday, May 09, 2000 9:15 PM To: xerces-j-dev@xml.apache.org; general@xml.apache.org Subject: ** xerces-j-1.0.4 is available ** Hi all, I just uploaded the new version of xerces-j. It's available at: http://xml.apache.org/dist/xerces-j/ Note: If you're on unix and want to use the source please grab the tar.gz file, or it won't compile due to carriage returns in Makefiles. Here is the log of changes: - Upgraded to SAX 2.0. [lehors] - Added support for WML DOM. [david] - Preliminary work for full schema support. [andyc, gmarcy, jefreyr, ericye] - Reorganized DOM classes to use much less memory. [lehors] - Entities and entity reference nodes are now readonly as expected. [lehors] - Entity references now have their replacement value when created with createEntityReference. [lehors] - Fixed problem in Deferred DOM which made building it N^2 order. [lehors] - Fixed handling of elements with IDs in Deferred DOM. [lehors] - Added support for namespaces in parameter entities. [lehors] - setNodeValue raised an exception when it should simply be a no-op. [lehors] - Attributes returned by setNamedItem and setNamedItemNS could not be reused. [lehors] - Implemented new DOM Level 2 methods hasAttribute and hasAttributeNS. [lehors] - 43: importNode now uses createElementNS and createAttributeNS when necessary. [lehors] - 59: after a first iteration over the whole list, item(index) returned the wrong value. [lehors] - 60: Fixed. [andyc] - 62: Cloned attributes return wrong owner element. [awiner@us.oracle.com] - Fixed caption element creation pb with HTMLTableElement. [arkin] - Improved performance of XML serialize. Added support of encodings and reuse of serializer. [arkin] - Updated XML serializer to not be strictly dependent on DOM Level 2. [andyc] Enjoy!!! -- Arnaud Le Hors - IBM Cupertino, XML Technology Group --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org