hi,
I was trying to read from a file using SAXBuilder.
this.doc = null;
SAXBuilder builder = new SAXBuilder();
doc = builder.build(new File(fileName));
but i am not able to is there anything wrong with this code or Saxbuilder
has sone problem.
Thanks
Renu Gulati