Dennis de Champeaux wrote: >Hence we actually need a LISP ONLY version of VXML! > > Hello Dennis, I strongly agree with you. SXML [1] defines a representation of XML-like trees by means of S-expressions, in Scheme (a modern Lisp dialect). SSAX [2] implements an XML parser that produces SXML trees and is available for a wide variety of Scheme implementations. Using SXML allows to benefit from the power of a full-featured functional programming language which makes it easy to process XML/VXML trees, generate such trees dynamically and so on. Ségolène [1] http://okmij.org/ftp/Scheme/SXML.html [2] http://ssax.sourceforge.net/Received on Monday, 30 August 2004 09:43:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 30 October 2006 12:49:00 GMT