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

Re: In the field of programming, where does xsl:apply

Subject: Re: In the field of programming, where does xsl:apply-templates reside?
From: Christian Rinderknecht <konchog.zangpo@xxxxxxxxx>
Date: Sun, 09 May 2010 17:58:13 +0900
 Re: In the field of programming
Date: Sat, 8 May 2010 07:48:25 -0400
From: "Costello, Roger L."<costello@xxxxxxxxx>
[...]
Where does xsl:apply-templates reside within the field of programming?

I think that the closest analogy is a map in Prolog where templates are considered Horn clauses of a single binary relation "template":

template(...,...) :- ... .  % One for each xsl:template
...

apply_template([],[]).
apply_template([X|P],[Y|Q]) :- template(X,Y), apply_template(P,Q).

Best regards,


Christian


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.