Click to See Complete Forum and Search --> : Information required regarding SAX API


nickyriver
12-10-2007, 10:04 AM
Hi everybody,
I am creating an application regarding Parsing XML documents using SAX API. I need some help on how to go about developing this application, regarding the use of SAX API, will this method be useful for this application ? or is there any other better method of developing this application ? & how should I start developing this application ?. please give me your valuable comments & views regarding this topic. Thanking all in anticipation.

TJ111
12-10-2007, 10:14 AM
I think this post would be better suited for the Java forums, as SAX is a XML API for Java only. Second, you should include a little more information regarding your application, your intended goals, and how you plan on achieving those goals. Also whatever idea's, etc you may be tossing around.

nickyriver
12-23-2007, 01:08 AM
Hi,
I am developing an application in which information of books is exchanged between the organization & clients as XML documents. I need to process these documents before sending them to the clients. I wish to process these documents using SAX API. I prefer to use SAX API because it is suitable for processing large XML documents as it uses less memory to parse the XML document. Thanking you in anticipation.

jkmyoung
12-24-2007, 02:51 AM
I suggest looking up Xerces, which is a SAX parser in wide use.