[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: can XML-XSL do what Lisp and s-expressions do?

Subject: Re: can XML-XSL do what Lisp and s-expressions do?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 26 Jan 2000 14:11:39 GMT
xslt lisp
> Ah! if Tim Barners Lee would have chosen an s-expression based presentation
> language, not HTML, form the SGML world.....

Then perhaps dsssl-list would have been as active as xsl-list (mind you
to be fair dsssl-list has been quite active lately)

> for example, XSL can not manipulate two XML files at the same time
> ...
> 1)XML3=XML1+XML2

why on earth not? It can import as many input documents as you want,
with the document() function. You don't need to create the combined
document, just apply the templates to the nodes in XML1 and XML2 
<xsl:apply-templates select="document('XML1')"/> etc.



> maybe, for some tasks, like matching, It can do it better. And If I use
> embedded scripts (<xsl:eval> like elements) I can do many more things, and
> not artificially.

Ah, that perhaps explains the above remnark. xsl:eval isn't part of xsl,
so you must be taliking of the-language-known-as-xsl-in-ie5 which is an
almost completely different language to the w3c XSLT recommendation.

But to answer the question in the header, XSL does not have all the
reflexive power of lisp, templates and expressions and data can not so
easily be converted from one to the other by a casual use of `. This
makes less powerful but apparently more understandable.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.