Sunday, April 2, 2017

java - How to parse XML using the SAX parser

I'm following this tutorial.



It works great but I would like it to return an array with all the strings instead of a single string with the last element.




Any ideas how to do this?

No comments:

Post a Comment