HP3000-L Archives

May 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Wed, 24 May 2000 16:10:09 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (17 lines)
Peter Chong wrote:
>
> I made MS Access program to read IMAGE(eHP3000) via ODBC/32 and create XML & XSL files in local window PC.
>
> My question is those XML and XSL extension files can be host by eHP3000 Apache server?

Sure.  Apache can host any type of file.  The conf/mime.types file already has
an entry for xml, and you could add your own for xsl.

However, the web server itself won't do any server-side parsing of either of
those file types.  The server will just return them as-is to the browser.

A variety of XML tools can be found at http://xml.apache.org that will do
parsing for you.

- Mark B.

ATOM RSS1 RSS2