This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rendering XML dyncamically via HTML with changing paramaters


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@compaq.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, January 23, 2002 4:13 PM
Subject: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]