Hi Hemanth, Castor is a marshalling framework that binds XML to Java object. It is not meant to be an XML parser. I suggest you to take a look at Xerces.
Arnaud > -----Original Message----- > From: Hemanth Raju [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 4:39 AM > To: [EMAIL PROTECTED] > Subject: [castor-dev] How to Parse an XML file using Castor. > > Hi all, > > I am using the DTDParser to parse a DTD file, but I cannot use the same > parser to parse an XML file, I undertsand that the DTDParser is meant only > for DTD files as the name suggests. So can anybody help me, which Castor API > object should I use to parse an XML file. Will be looking forward and Thanks > in advance. > > Regards, > Raj > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
