XML Processing Approaches with Java  
Author Message
jrefactors





PostPosted: 2004-6-27 10:18:00 Top

java-programmer, XML Processing Approaches with Java When I want to manipulate and retrieve data from XML file,
I used to use DOM or SAX, and this is JAXP API from Sun.

Some people told me I should use XPath instead, since it's easier for coding.
But we need to use apache's xalan library.

What do u think? please advise. thanks!!
 
xarax





PostPosted: 2004-6-27 11:09:00 Top

java-programmer >> XML Processing Approaches with Java "Matt" <email***@***.com> wrote in message
news:email***@***.com...
> When I want to manipulate and retrieve data from XML file,
> I used to use DOM or SAX, and this is JAXP API from Sun.
>
> Some people told me I should use XPath instead, since it's easier for coding.
> But we need to use apache's xalan library.
>
> What do u think? please advise. thanks!!

Your question on the surface seems to be a
non-sequitor. Please explain what *you* think
is DOM, SAX, and XPath.