[XML4Lib] creating dynamic indices with XML, XSLT, and IIS

Houghton,Andrew houghtoa at oclc.org
Thu Sep 14 11:50:43 EDT 2006


> From: xml4lib-bounces at webjunction.org 
> [mailto:xml4lib-bounces at webjunction.org] On Behalf Of John Fitzgibbon
> Sent: 14 September, 2006 11:37
> To: xml4lib
> Subject: [XML4Lib] creating dynamic indices with XML, XSLT, and IIS
> 
> My problem is that I would like to do this using IIS rather 
> than Apache.
> Is this possible? I have some knowledge of ASP if this will help.
> 
> Any advice would be most welcome.

Yes, this is doable with IIS and classic ASP or ASP.NET.  To some
extent it seems easier, to me, with ASP.NET since you can use the
asp:Xml tag to pass the parameters to the XSLT and the resulting
output will be rendered where the asp:Xml tag is on the HTML page.

Otherwise in classic ASP you will need to use the ServerXMLHTTP 
component of MSXML to do the transform.


Andy.


More information about the XML4Lib mailing list