Hi Vikas
  well pasring is general term meaning looking for some pattern from
input(stream or file).
 in case of xml ,xml files act as data storage and typically you have an XSL
file containing rules
for tranforming the given xml to another xml /html and to do this you need some
kind of parser
which looks for pattern from input xml ,here java come into picture most of the
parsers are implemnted in java
cause it has capabilty for parsing tree structure efficiently built into it
,well using also brings other benefits

hope this gives you some idea
thanks
Abhishek Sharan
MTS,Intersolutions
Noida

"Vikas.Kumar" wrote:

> Hi All,
>
> Can anybody tell me what is parsing ? in context with XML and java ... ?
>
> Thanks !!!
> vikas
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to