RE: Using xt with IIS and ASP

Subject: RE: Using xt with IIS and ASP
From: Mark Hayes <mark@xxxxxxxxxxx>
Date: Wed, 27 Oct 1999 09:23:58 -0700
To discover how to call XT from ASP your first step might be to look at how
to call Java from ASP.  This is quite easy, since GetObject can be used to
instantiate an arbitrary java class using the "java:..." syntax, as long as
the object has a default constructor and method signatures which are
compatible with OLE automation.  However, this is off topic I realize for
this list and you should probably pursue this on an ASP forum.
--
mark

> -----Original Message-----
> From: James [mailto:jgb@xxxxxxxxxx]
> Sent: Monday, October 27, 1997 6:52 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: Using xt with IIS and ASP
> 
> 
> Thank you (and all the others) for your response.
> 
> These are useful possibilities, though what I'm trying to put together
> is a way for an ASP/Javascript Visaul Basic programmer to have
> access to xt (or similarly powerful XSL implementation) without having
> to be concened  with the implementation. Ideally, the XSLT wrapper
> should appear as just another COM or OLE server object.
> 
> Thanks again, though.
> 
> James
> 
> 
> ----- Original Message -----
> From: Dave Carlson <dcarlson@xxxxxxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxx>
> Sent: Sunday, October 24, 1999 5:36 PM
> Subject: Re: Using xt with IIS and ASP
> 
> 
> > XT plays very well with IIS -- I've been using XT in IIS 
> for over a year
> > now.  The recent versions of XT come bundled with a java servlet for
> > hosting/invoking stylesheets that transform XML on the 
> server and deliver
> > HTML (or any other XML) to the browser.  As far as OLE and 
> VB integration,
> > you're on your own.
> >
> > ----- Original Message -----
> > From: James <jgb@xxxxxxxxxx>
> > To: <xsl-list@xxxxxxxxxxxxxxxx>
> > Sent: Sunday, October 24, 1999 9:35 AM
> > 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
>


 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