Currently i'm trying to write and read XML file
using java and i'm using SAX parser. I need help in
two things,
1) How can i travel through the nodes of the the XML
file.
2) How can i write attributes in XML tags.
for example <Name sex="male">......</Name>