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

XML architectures [was Re: xsl:sort in old MSXML]

Subject: XML architectures [was Re: xsl:sort in old MSXML]
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2003 12:50:48 -0400
data island sort
At 12:01 PM 7/2/2003, Olivier wrote:
Maybe Claudio need to transform XML data island embedded in HTML files.

Just a guess.

Be warned, however, that this approach *is* proprietary ... pioneered at MS and implemented in no one else's browser....


Claudio, it might also help to see that in the three approaches mentioned so far:

batch transform
server-side (dynamic) transform
client-side transform

the underlying architecture is the same.

XML --> transform --> formatted output (HTML, PDF, whatever)

The differences are in *where* and *when* the middle piece happens.

A batch model (do all the processing on your home system ahead of time; all the world sees a traditional HTML site) is the most "primitive" but most stable, dependable and scalable. Server-side solutions are more and more available, work quite well, and can support some kinds of interaction impossible in the batch model; but they do require special software on the server. (In the batch model you run your transformations outside of the web server, as David has described.) Client-side solutions are appealing in theory, but slow to materialize in the market, especially in a browser-independent form -- partly because they require special software on the client.

XML "data islands" use quite a different architecture ... they wrap a client-side transform in a JScript/VB scripted HTML package, and deliver that. They work only in MSIE (to my knowledge).

It's a pity we didn't rename this thread. How will we ever find it?

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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.