Subject: Re: Rendering XML dyncamically via HTML with changing paramaters
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Wed, 23 Jan 2002 16:17:36 -0000
|
there are plenty of methods to do this
AxKit
Cocoon
modxslt module for apache, and add handler when hit .html request
coldfusion ( cfxsaxon tag )
and there is of course server side parsing something or other on M$.
chow, jim fuller
----- Original Message -----
From: "Magick, Brian" <Brian.Magick@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, January 23, 2002 4:13 PM
Subject: Rendering XML dyncamically via HTML with changing paramaters
> I'm putting together a web page where we have one source .xml file, and
> an XSL stylesheet to render the content but we are not allowed to call
> the .xml directly on the web server. We must use .html to make the call
> (possibly via javascript?) and render the xml as html. In addition, we
> would like to allow the user to change parameters via a drop down list
> that will constrain the xml based on an attribute value (for example,
> the default is to show ALL the XML but the user can choose to show only
> those items where the Business Unit = X or Business Unit = Y). I've
> seen a few examples that utilize ASP to accomplish this but once again
> we're constrained not to use ASP. If we could use .xml directly on the
> server this would not be difficult but our policies currently prohibit
> this.
>
> Can anyone recommend a few simple to understand web references that can
> help with this problem? I've tried searches but must be using the wrong
> key words as I've turned up nothing.
>
> Thanks.
>
> Brian Magick
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|