|
While you can use Spring inside a Java application for many purposes, I don't know why you're thinking about Spring to parse an XML document.
Spring isn't the solution to all the problems, it address some issues, not all of them.
To parse XML, all you know is a parser(DOM, SAX, etc.).
|