I am new to XML, (just have some concepts)
here is something from me (what I know of XML)
Advantages of XML:
Extensibility and Modularity.
Interoperability and Accessibility.
Easy Speration of Data and Design.
something more what I know,
- XML is a markup Language.
- XSL is like Style sheet for it. (just like CSS for HTML, we can also use CSS with XML).
- SAX is some sort XML Parser
- DOM is the Document Object Model for Markup Languages. (a little confusion here)
Am I right ???
Can anybody tell me the relationship b/w XML, XSL, DOM and SAX. in a little detail.
------------------