cancel
Showing results for 
Search instead for 
Did you mean: 

SAX parser

Former Member
0 Kudos

What is SAX parser?

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

it is simple api for xml, a reading mechanism for xml docs

Answers (5)

Answers (5)

Former Member
Former Member
0 Kudos

Hi Sanker,

Click on the below link for the info about SAX Parser

http://help.sap.com/search/highlightContent.jsp

Reward with points if useful

Regards

Sai ganesh

vikas_agarwal
Contributor
0 Kudos

Hi,

Blog for SAP SAX

/people/prasad.ulagappan2/blog/2005/06/08/sax-parser

http://www.scit.wlv.ac.uk/~jphb/cp2101/week4/XML_Parsing.html

For comparision between DOM and SAX

http://www.sdc.iup.edu/outreach/fall2000/xml2/domvssax.html

Hope these links will answer your question.

Thanks

Former Member
0 Kudos

Hi Sankar,

Just follow the link and go on what is sax parser

http://developerlife.com/tutorials/?p=28#88116

here are others

http://www.javacommerce.com/displaypage.jsp?name=saxparser1.sql&id=18232

http://piccolo.sourceforge.net/bench.html

*Reward points if useful**

regards,

Sumit Gupta

Former Member
0 Kudos

hi sankar,

SAX parser is a java parser that is used to parse xml. in the context of xi, it is generally used in java mappings , UDF etc where an input xml stream is comming n u have to parse it n use the content from the xml in ur java code. this is one of the use cases in xi.

also refer java docs here:

http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/SAXParser.html

and:

http://help.sap.com/saphelp_nw04/helpdata/en/06/55413e7bcd561ee10000000a114084/frameset.htm

http://www.cafeconleche.org/books/xmljava/chapters/ch06.html

[reward if helpful]

regards,

latika.