user563577
user563577

Reputation: 41

java program using sax parser

<z:row ows_team="india" ows_code="1121" ows_Response="president" ows_SubFunction="finance" ows_Plant="teamindia" ows_tenure="2years" ></z:row >

can i read xml of the above format using sax parser? and how?

Upvotes: 0

Views: 305

Answers (1)

user467871
user467871

Reputation:

I just google and find -> How to read XML file in Java – (SAX Parser)

Upvotes: 1

Related Questions