> hi, i'm new to JSP and JSF
>
> What's the best way to read, parse and work with XML
> files?
>
> Any online tutorial available?
>
> Thanks
> What's the best way to read, parse and work with XML
> files?
there are many ways to read and parse xml and they have their own adv. and disadv. just used the one that is more appropriate for your needs. try searching the web with this keywords.
dom jdom sax etc.
and also remember, dont use xml for the sake of just using xml :-)
regards and goodluck,