Re: xml as intermediate representation

=?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.Kahrs@vr-web.de>
17 Sep 2005 18:44:10 -0400

          From comp.compilers

Related articles
xml as intermediate representation khurana.tanuj@gmail.com (tanuj) (2005-09-17)
Re: xml as intermediate representation Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2005-09-17)
Re: xml as intermediate representation jeffrey.kenton@comcast.net (Jeff Kenton) (2005-09-22)
Re: xml as intermediate representation touati@prism.uvsq.fr (TOUATI Sid) (2005-09-22)
Re: xml as intermediate representation kers@hpl.hp.com (Chris Dollin) (2005-09-23)
Re: xml as intermediate representation vidar.hokstad@gmail.com (Vidar Hokstad) (2005-09-23)
Re: xml as intermediate representation demakov@ispras.ru (Alexey Demakov) (2005-09-27)
Re: xml as intermediate representation vidar.hokstad@gmail.com (Vidar Hokstad) (2005-09-27)
[1 later articles]
| List of all articles for this month |

From: =?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.Kahrs@vr-web.de>
Newsgroups: comp.compilers
Date: 17 Sep 2005 18:44:10 -0400
Organization: Compilers Central
References: 05-09-078
Keywords: analysis
Posted-Date: 17 Sep 2005 18:44:10 EDT

tanuj wrote:


> I am writing a compiler as a part of my course project and wanted to
> use xml as an intermediate representation language.All the coding is
> being done in C. Can u suggest me how to go about it.It would be great
> if u could mention some online resources available.


Last year I found this one:


    Using XML as an Intermediate Form for Compiler Development
    http://www.idealliance.org/papers/xml2001/papers/html/03-05-04.html


It is totally acceptable if you do the coding in C.
But you should at least consider other languages.
When reading, transforming and writing XML, the canonical
approach probably is to use XSL. The XSL Cookbook contains
interesting examples:


    http://www.oreilly.com/catalog/xsltckbk/



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.