You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Federica Legger <fe...@cselt.it> on 2000/11/03 14:50:20 UTC

Parser

Hi everybody,
    I'm afraid I'll bother you with a dummy question but I'm a fresher...What is a parser and what do you use it for?
_________________________________________________

Federica Legger
CSELT - Centro Studi e Laboratori Telecomunicazioni
Via G. R. Romoli, 274 - 10148 Torino (ITALY)
E-mail: federica.legger@cselt.it
Phone number: +39 011 228 6412
_________________________________________________

Re: Parser

Posted by Armand Liberi <al...@acutronic.com>.
http://www.cs.vu.nl/~dick/PTAPG.html
  ----- Original Message ----- 
  From: Federica Legger 
  To: general@xml.apache.org 
  Sent: Friday, November 03, 2000 8:50 AM
  Subject: Parser


  Hi everybody,
      I'm afraid I'll bother you with a dummy question but I'm a fresher...What is a parser and what do you use it for?
  _________________________________________________

  Federica Legger
  CSELT - Centro Studi e Laboratori Telecomunicazioni
  Via G. R. Romoli, 274 - 10148 Torino (ITALY)
  E-mail: federica.legger@cselt.it
  Phone number: +39 011 228 6412
  _________________________________________________

RE: Parser

Posted by Dennis Thrysoe - Netnord A/S <dt...@netnord.dk>.
A parser is the piece of program that splits something (in this case an XML
document) up into pieces and recognizes them.

Usually the parser will be used in a manner, where it then either delivers
the XML document in another form to the program using it, or asks the
program what to do with each bit of XML.

-dennis
  -----Original Message-----
  From: Federica Legger [mailto:federica.legger@cselt.it]
  Sent: 3. november 2000 14:50
  To: general@xml.apache.org
  Subject: Parser


  Hi everybody,
      I'm afraid I'll bother you with a dummy question but I'm a
fresher...What is a parser and what do you use it for?
  _________________________________________________

  Federica Legger
  CSELT - Centro Studi e Laboratori Telecomunicazioni
  Via G. R. Romoli, 274 - 10148 Torino (ITALY)
  E-mail: federica.legger@cselt.it
  Phone number: +39 011 228 6412
  _________________________________________________