DOMParser in JDK 1.4.0

2002-08-29 Thread Bolduan, Eric R.
This has probably been covered multiple times before but the mail archives are currently not accessable so I can't check there: I am migrating code that previously was running within a Java application using JDK 1.3.0 and Xerces-J 2.1.0 to run within an applet that is running w

Re: [ANNOUNCEMENT]: Xerces-J 2.1.0 is now available

2002-08-29 Thread neilg
Hi Paul, cc'ing the xerces-j-user list, since that's probably where we should take this discussion. I have a feeling you probably already know this, but the Schema for Schemas certainly isn't needed to use Xerces to validate a schema without an instance document. (In fact, although the Schema fo

RE: XML Parsing and Debugging

2002-08-29 Thread DANA CORDES
Thanks Dimitry! Dana Cordes Senior Programmer/Analyst Information Technologies New Hampshire Ball Bearing, Chatsworth (818) 407-9300 x4249 [EMAIL PROTECTED] "V

RE: XML Parsing and Debugging

2002-08-29 Thread Voytenko, Dimitry
Hi DANA, You can use more functions available in the instance of SAXParseException. For instance: public void warning(SAXParseException e) throws SAXException { System.err.println("[warning] "+ e.getMessage() + ". Document: " + getSystemId() + " line: " + getLineNumber() + ", col: " +

XML Parsing and Debugging

2002-08-29 Thread DANA CORDES
We have a large web application that uses Xerces and Xalan for HTML rendering via XSL. Occasionally during our XSL development we have bugs. I know that's hard to believe, but we do, and it's often difficult to determine exactly where in the XSL these problems occure, so I was wondering if Xerces

Xerces-J 2.1.0 and bug #10485

2002-08-29 Thread Thomas Börkel
HI! Version 2.0.2 introduced bug #10485 (and also bug #10468, which is possibly related), and this one is still present in 2.1.0. This locks us into 2.0.1. Could someone please look at that? Thanks! Regards, Thomas - To unsu

Re: How to implement getElementById() with Xerces using XML Schema?

2002-08-29 Thread H.-Gerd Rosarius
Elena, you are great! I changed my code as you said and now it works. Thanks a lot!!! H.-Gerd Rosarius -Ursprüngliche Nachricht- Von: Elena Litani [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. August 2002 22:05 An: [EMAIL PROTECTED] Betreff: Re: How to implement getElementById()

Re: [ANNOUNCEMENT]: Xerces-J 2.1.0 is now available

2002-08-29 Thread jean-guillaume . battaglia
The link to download this release is actually : http://xml.apache.org/dist/xerces-j/ (No "s" at the end of "dist"). Enjoy.    Jean-Guillaume.