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

RE: server side tools...

Subject: RE: server side tools...
From: "Pete Beazley" <pete@xxxxxxxxxxxxxxxxx>
Date: Wed, 2 Jun 1999 13:36:08 -0400
server side tools
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx On Behalf Of Shalperin
[shalperin@xxxxxxxxxxxx]
>
> > While not a C or C++ tool, Active Server Pages (ASP) do a nice job of
> > processing XML and XSL on NT IIS servers.  You can use ASP to
> > dynamically or
> > statically transform XML to HTML and serve the results to the browser.
>
> Thanks for the information, however we need to support both IIS
> and NS servers.
> In fact, we have to support NT and Unix from DB to browser, plus
> multiple DBs.

Two thoughts on supporting both NT and Unix:

1. Consider PHP for server-side scripting on Unix, which is similar to ASP
on NT. See http://www.php.net/ for general PHP information and
http://www.php.net/manual/ref.xml.php3 for XML support in PHP.

2. Consider a distributed app, using Active Server Pages on the NT server as
a remote XML module of sorts. For example, you could write an XML/XSL
processing application in ASP (accessing the MSXML dll) and then access
those ASP pages by way of HTTP from the Unix server - all server side. That
way both NT and Unix servers have access to XML processing, you can write
XML processing "modules" once and in the environment that makes sense for
that module, and you can set it up so that both server types can serve the
resulting HTML pages to browsers. The key is that behind-the-scenes exchange
of data (using XML of course) allows the XML processing to be distributed
across the servers. In fact, this scenario is on my to-do list for later
this month.

--------
Pete Beazley - mailto:pete@xxxxxxxxxxxxxxxxx
ClearlyOnline, Inc.
XML-based Web Sites & XML services
http://www.clearlyonline.com
1-724-942-1912    1-724-941-3698 fax


 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.