RE: Using xt with IIS and ASP

Subject: RE: Using xt with IIS and ASP
From: Siegfried Haag <Siegfried.Haag@xxxxxxxxxxxxxx>
Date: Wed, 27 Oct 1999 13:10:57 +0100
Hi James,

with our XML infoserver it is very easy to store xml data and
retrieve it.
It uses IIS or Apache.

Store:
http://server/xml/?_Process=<abc><name>Jack</name></abc>
(PUT is possible too)

Retrieve with XQL:
http://server/xml/?_XQL=abc[name="Jack";]


Mit freundlichen Gru?en

Siegfried Haag
Technologieberatung
Technical Consultant

SAG Systemhaus GmbH
Niederlassung Munchen
Elsenheimer Strasse 11
D-80687 Munchen

email: Siegfried.Haag@xxxxxxxxxxxxxx
tel: +49-89-54742-120
fax: +49-89-54742-199

mailto:Siegfried.Haag@xxxxxxxxxxxxxx


-----Original Message-----
From:	James [SMTP:jgb@xxxxxxxxxx]
Sent:	Sonntag, 24. Oktober 1999 16:36
To:	xsl-list@xxxxxxxxxxxxxxxx
Subject:	Using xt with IIS and ASP

Hi. I'm looking to use Microsoft's IIS web server to take XML files,
transform them on the server with XSL, and send HTML down to the browser.
I'd rather stick to the most currnet XSLT draft and use James Clark's xt (if
possible).

Has anybody done this, perhaps by calling the xt java classes as OLE
automation
servers, or by using the Win32 "instant xt" as a cgi-bin program. Is the
latter
method even possible?

Are there other XSL processers that conform to the curent spec and can play
well
with IIS, or be nicely called from a VB object?

Thanks for any help!


James


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


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


Current Thread