White spaces are required between publicId and systemId.

2005-01-29 Thread IndianAtTech
Hi All, What does this error means?? I can't see any problem with my xml file here is my xml SELECT "DAV:href","urn:schemas:httpmail:hasattachment", FROM "" WHERE "DAV:ishidden" = false AND "DAV:isfolder" = false AND "DAV:creationdate" > CAST("2004-07-10T13:40:35Z" as 'dateTime.tz') AND "DAV:cr

Re: Merry Christmas and a Happy New Year!

2004-12-24 Thread IndianAtTech
Merry christmas to the ones that celebrate it and a Happy New Year to you and your family. Enjoy your holiday. It was a great year and hopefully next one will even be better! Best Regards Sudhakar Chavali - To unsubscribe, e-

Merry Christmas and a Happy New Year!

2004-12-23 Thread IndianAtTech
Merry christmas to the ones that celebrate it and a Happy New Year to you and your family. Enjoy your holiday. It was a great year and hopefully next one will even be better! Best Regards Sudhakar Chavali - To unsubscribe, e-mai

Re: Regarding characters function

2004-12-06 Thread IndianAtTech
could u please provide me an example On Mon, 06 Dec 2004 15:41:39 +0530, Suresh Babu Koya <[EMAIL PROTECTED]> wrote: > You have to collect all the string data and process all that > data in the endElement method. > > /Suresh > > > > >>-Original Message

Regarding characters function

2004-12-06 Thread IndianAtTech
Hello All, How many times the characters functions is called, if the value in XML set as multiline data When I have tested the following code snippet, I am not getting all the multi line data in single shot. characters function is calling multiple times. I don't know where to end for single elem

Re: UnsupportedClassVersionError: in DOM level 3

2004-11-26 Thread IndianAtTech
try recompiling source files of sample classes using jdk1.4.2 You should not get any problem Regards Sudhakar Chavali On Fri, 26 Nov 2004 12:38:33 +0530, Prasath Arun <[EMAIL PROTECTED]> wrote: > Hi, > I use jdk1.4.2 and trying to execute the samples/dom/DOM3.java that > comes with latest xerc

Xerces2-J vs Xerces

2004-11-04 Thread IndianAtTech
Hello All, I would like to know the difference between Xerces2-J and Xerces Parsers I just see following links http://www.xmlhack.com/read.php?item=1762 http://xml.apache.org/xerces2-j/ Thanks Sudhakar - To unsubscribe, e-ma

Re: Xerces Vs Crimson

2004-11-03 Thread IndianAtTech
Looking at the below exception, what I have understand is Crimson is from apache group though sun adopts that in JDK Kit. Now my question is why we have two parsers from Same Apache group. (Xerces and Crimson) org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182) org.apache.crimson.parser.P

Re: Xerces Vs Crimson

2004-11-03 Thread IndianAtTech
OK, What I have Identified is Xerces takes file as an argument. If I want to work with either InputStream or Reader objects instead of filename how can I do this using Xerces Thanks Sudhakar - To unsubscribe, e-mail: [EMAIL PRO

Re: Xerces Vs Crimson

2004-11-03 Thread IndianAtTech
x.Writer will work with this? > > Ganesh > > > -Original Message- > From: Andy Clark [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 03, 2004 2:24 PM > To: [EMAIL PROTECTED] > Subject: Re: Xerces Vs Crimson > > IndianAtTech wrote: > > And also I w

Xerces Vs Crimson

2004-11-03 Thread IndianAtTech
Hello Guys, I would like to know the difference between xerces and crimson parsers And also I would like to know by default which parser will be used by JDK thanks Sudhakar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi