Thursday, January 20, 2005

Get started with XML

I wanted to get hold of some good reference to understand XML and know more about how is it being parsed how do we get the data into an application. I found few links that is really cool, that has some stuff that helps to get started with XML.

Understand XML:
http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/overview/index.html

Using SAX API:
http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/sax/index.html

Using DOM API:
http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/dom/index.html

Using XSLT:
http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/xslt/index.html

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?