Robert Stevenson

Greenhorn
+ Follow
since Oct 03, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Robert Stevenson

Thanks very much for the help,

I have been told that I will NEED to use SAX to do this because the files will be quite large in size, is this correct?

Thanks

Robert
Hi everyone!

I am totally new to XML and SAX and I am asking for your help!

Using java, I need to read the contents of an xml file to check if an attribute on the root node is present or not. If the attribute is present I want to store it.

I really have no idea as to how to do this and I am getting confused by looking at the on-line books and examples, can anyone please spell this out for me

thanks for your help

Robert