cancel
Showing results for 
Search instead for 
Did you mean: 

SAX PARSER

Former Member
0 Kudos

Hi,

Can you any body help by providing java mapping using sax parser?

I need sample code which is working fine.

Thanks and Regards,

se

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Thought this blog might help you:

/people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs

Regards,

P.Venkat

Answers (2)

Answers (2)

former_member193821
Active Participant
0 Kudos

HI

Actually SAX and DOM are important.SAX is used to read a source file and DOM is used to build a target file.So then the mapping becomes easy.In SAX once we have started we cannot go back.

Just go through these links u will no how to do SAX and DOM:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/06/55413e7bcd561ee10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/06/55413e7bcd561ee10000000a114084/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm</a>

<a href="/people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs:///people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs

Regards,

bharadwaj.

Former Member
0 Kudos

Hi,

Refer these links for Java code exmples using SAX Parser

http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht8Ht/java_sax_parser_en

http://www.devx.com/xml/Article/16921

Regards,

Uma