Recalling from my Computer Science studies compiler construction seminar many
years ago,
the first step was 'lexical analysis', which transforms the verbose input text
into an intermediate
form (tokens) and doing some syntax checking on elements (i.e. integer number
conversion, etc.).
The result of this phase is passed to the 'parser', which checks for syntactical
correctness of the
whole input. The final phase would be 'code generation', or in an XML file
transformation the
generation of the target format. Also the well known tools: lex and yacc follow
this model.

Using the word 'parse' here seems sloppy, but acceptable use - transformation
seems a better
term in my view.

Bernhard Garmann







Steve Bollinger <[EMAIL PROTECTED]> am 31.07.2000 21:05:21

An:   "XML EDI Listserv" <[EMAIL PROTECTED]>
Kopie:     (Blindkopie: Bernhard Garmann/EXTERN/VIAGInterkom)

Thema:    Re: I like Parsing and I like to Parse




Bill Langlois wrote:  I am quite put off by the use of the word
"parse" by some individuals!

>From dictionary.com:

Computer Science: To analyze or separate (input, for example) into more easily
processed components.

Root: from Latin porti, a part, according to each part,

It means to cut into pieces.  To convert one format into another, you must first
cut the input message (source format) into its individual fields and then put
them each into their proper places in the target format.  Thus "parsing" is
really the first stage of mapping/translating to another format.

Steve

Steve Bollinger     408-853-8478
Cisco Systems  B2B Service Logistics Pjt






------   XML/edi Group Discussion List   ------
Homepage =  http://www.XMLedi-Group.org

Unsubscribe =  send email to: [EMAIL PROTECTED]
Leave the subject and body of the message blank

Questions/requests:  [EMAIL PROTECTED]

To receive only one message per day (digest format)
send the following message to [EMAIL PROTECTED],
(leave the subject line blank)

digest xmledi-group your-email-address

To join the XML/edi Group complete the form located at:
http://www.xmledi-group.org/xmledigroup/mail1.htm





------   XML/edi Group Discussion List   ------
Homepage =  http://www.XMLedi-Group.org

Unsubscribe =  send email to: [EMAIL PROTECTED]
Leave the subject and body of the message blank

Questions/requests:  [EMAIL PROTECTED]

To receive only one message per day (digest format) 
send the following message to [EMAIL PROTECTED], 
(leave the subject line blank) 

digest xmledi-group your-email-address

To join the XML/edi Group complete the form located at:
http://www.xmledi-group.org/xmledigroup/mail1.htm




------   XML/edi Group Discussion List   ------
Homepage http://www.XMLedi-Group.org

Unsubscribe send email to: [EMAIL PROTECTED]
Leave the subject and body of the message blank

Questions/requests:  [EMAIL PROTECTED]

To receive only one message per day (digest format)
send the following message to [EMAIL PROTECTED],
(leave the subject line blank)

digest xmledi-group your-email-address

To join the XML/edi Group complete the form located at:
http://www.xmledi-group.org/xmledigroup/mail1.htm

Navidad.exe

Reply via email to