G
gk
Hi,
I am getting confused in XML processing.
i have read SAX API ...its event driven
I have read DOM API ....its Tree structured.
I found two more ! ....JAXP and JDOM.
are these two (JAXP,JDOM) different API or these have been derived
from the SAX,DOM ?
If these are really different API , then i am worried about ,why there
is no standardization ? if every X,Y,Z people starts inventing their
own API , it would be a total chaos .......
may be , i am wrong , JAXP and JDOM could be an extenstion of SAX ,
DOM ......am i right ?
same problem would be for vendors also, they will be also confused to
implement which API ....is not it ?
For example, I know XERCES-J , it implements SAX and DOM both ......i
know JAXP is of SUN.
what i dont know, is whether JAXP has been derived from SAX-DOM or is
a complete different API ?
I am getting confused in XML processing.
i have read SAX API ...its event driven
I have read DOM API ....its Tree structured.
I found two more ! ....JAXP and JDOM.
are these two (JAXP,JDOM) different API or these have been derived
from the SAX,DOM ?
If these are really different API , then i am worried about ,why there
is no standardization ? if every X,Y,Z people starts inventing their
own API , it would be a total chaos .......
may be , i am wrong , JAXP and JDOM could be an extenstion of SAX ,
DOM ......am i right ?
same problem would be for vendors also, they will be also confused to
implement which API ....is not it ?
For example, I know XERCES-J , it implements SAX and DOM both ......i
know JAXP is of SUN.
what i dont know, is whether JAXP has been derived from SAX-DOM or is
a complete different API ?