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
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
Thanks Dimitry!
Dana Cordes
Senior Programmer/Analyst
Information Technologies
New Hampshire Ball Bearing, Chatsworth
(818) 407-9300 x4249
[EMAIL PROTECTED]
"V
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: " +
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
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
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()
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.