| Author |
Simple XML parser
|
Nathan Heimdall
Greenhorn
Joined: Mar 02, 2009
Posts: 20
|
|
Hello All,
I want to build a simple XML parser which would store the data in a tree form internally.
Looking for pointers to any references or docs.
Thanks,
|
-Nathan
"A single conversation with a wise man is better than ten years of study."
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3044
|
|
Hi Nathan,
I'm sure you already know where to find the XML specification. You may also want to take a look at the java.util.Scanner class, and the java.util.regex.Pattern class.
|
 |
 |
|
|
subject: Simple XML parser
|
|
|