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

RE: LINQ to XML versus XSLT

Subject: RE: LINQ to XML versus XSLT
From: "Houghton,Andrew" <houghtoa@xxxxxxxx>
Date: Fri, 27 Jun 2008 11:48:17 -0400
RE:  LINQ to XML versus XSLT
> From: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
> Sent: Friday, June 27, 2008 11:39 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  LINQ to XML versus XSLT
>
> 2008/6/27 Scott Trenda <Scott.Trenda@xxxxxxxx>:
> > I mean a language, to be used on the server side on web servers, that
> > can talk to the database, the file system, and other protocols, and
> > dynamically assemble an HTML or XML view of a requested page to be
> > delivered to the client.
>
> That sounds like the "server side standalone transforms" idea I was
> banging on about a few weeks ago...
>
> Basically the user navigates to say /helloworld.xslt, the serverside
> processor executes the XSLT 2.0 by using the predefined initial
> template "main", the stylesheet pulls in any needed input files itself
> using doc() and unparsed-text() (or perhaps in the future works
> natively with the xml db) and then constructs the resultant XHTML.
>
> All very straightforward, all it needs is a standard name for the
> initial template, an app-server vendor to add support for it (no
> effort) and a suitable buzzword for the "framework".

Actually, this can be easily implemented as a simple servlet or filter in
Tomcat and is something that we have done for several projects.  Although, we
allowed the request to /helloworld.html then grabbed the XML from the data
store and applied the XML to HTML transform.  They could also request
/helloworld.json and instead the XML to JSON transform was applied.


Andy.

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-2011 All Rights Reserved.