[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- Date: Tue, 18 May 2004 10:45:02 -0400
- From: "Campbell, Jeff" <jcampbell@xxxxxxxxxx>
- Subject: RE: Using ASP on our Innovative Server
Please reply on list because a lot of us are interested in your steps.
Jeff Campbell, MIS, MLS
Head of Technical Services
Charles W. Chesnutt Library
910-672-1287
-----Original Message-----
From: innopac-bounces@xxxxxxxxxx
[
mailto:innopac-bounces@xxxxxxxxxx] On Behalf Of Zhou, Don
Sent: Tuesday, May 18, 2004 9:58 AM
To: IUG INNOPAC List
Subject: RE: Using ASP on our Innovative Server
Terri:
Here is the snippet of the code to aid you. When you say you want to use
electronic reserves, are you saying you are bypassing Innovative? I am
interested in knowing your steps.
Don Zhou
William Mitchell College of Law
St. Paul, MN 55105
<%
'on your sever to load your xml
set xml = Server.CreateObject("Microsoft.XMLDOM")
xml.async = false
xml.load(Server.MapPath("yourxmlfile.xml"))
'or whatever name your xml is in
'Now to load your xsl file
set xsl = Server.CreateObject("Microsoft.XMLDOM")
xsl.async = false
xsl.load(Server.MapPath("yourxslfile.xsl"))
'Transform file
Response.Write(xml.transformNode(xsl))
%>
-----Original Message-----
From: innopac-bounces@xxxxxxxxxx
[
mailto:innopac-bounces@xxxxxxxxxx] On Behalf Of Terri Summey
Sent: Monday, May 17, 2004 11:09 AM
To: innopac@xxxxxxxxxx
Subject: Using ASP on our Innovative Server
One of our employees in the library is working on redoing how we do our
electronic reserves. He is using XML and XSLT to write the page for the
downloads. He is wanting to use ASP to transform the documents on the
server side and not the client side. We are working to move the PDFs we
use for e-reserves to make them more downloadable for those on slow
connections. Has anyone done this? Is this possible to configure part
of our Innovative space for ASP and to store these documents?
Terri
Terri Summey
Associate Professor
Head of Distance Services, Collection Development, and Webmaster
W. A. White Library
Emporia State University
1200 Commercial - Box 4051
Emporia KS 66801
summeyte@xxxxxxxxxx
(620)341-5058
--
This message was distributed through the Innovative Users Group INNOPAC
list
Public replies: INNOPAC@xxxxxxxxxx
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac
_______________________________________________________________________
This email has been scanned for all viruses.
_______________________________________________________________________
This email has been scanned for all viruses.
--
This message was distributed through the Innovative Users Group INNOPAC
list
Public replies: INNOPAC@xxxxxxxxxx
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac