Home Freemagazine Issue8 XML- SAX Parser using JAXP API



XML- SAX Parser using JAXP API
Posted on: October 11, 2010 at 12:00 AM
In the previous issue of Java Jazz Up you have read about XML technology. In this issue, you will learn how XML technology works with Java using different kinds of XML parsers.

XML- SAX Parser using JAXP API

       

 

  1. XML- SAX Parser using JAXP API
    In the previous issue of Java Jazz Up you have read about XML technology. In this issue, you will learn how XML technology works with Java using different kinds of XML parsers. Lets quickly focus on the overview of XML. XML is a W3C Recommendations. It stands for Extensible Markup Language. It is a markup language much like HTML used to describe data. In XML, tags are not predefined.


    A user defines his own tags and XML document structure like Document Type Definition (DTD), XML Schema to describe the data. Hence it is self-
    descriptive too. There is nothing special about XML It is just plain text with the addition of some XML tags enclosed in angle brackets. In a simple text editor, the XML document is easily visible.

 

 

Read more information at:

http://www.javajazzup.com/issue8/page23.shtml

Related Tags for XML- SAX Parser using JAXP API:


More Tutorials from this section

Ask Questions?    Discuss: XML- SAX Parser using JAXP API  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.