xsl-list
[Top] [All Lists]

Re: [xsl] Dynamic web pages using Saxon and Linux (Apache)

2008-08-27 08:55:54
Chris,

Wednesday, August 27, 2008, 3:30:18 PM, you wrote:


CH> All of my bits and pieces work seperately and I managed to get my
CH> resultant web page generated and displayed using ASP .NET technologies.

CH> I now need to glue this together on a Linux platform using Apache
CH> webserver - trouble is I don't really know where to begin.  I
CH> appreciate answers may be long so any links to other web sites,
CH> example code or pointers would be a massive benefit.

Two ideas:

a) mod_mono. An apache module of the free .net implementation which
also runs under linux. You might be able to use your application. I
don't have any experiences with it.

http://www.mono-project.com/ASP.NET

b) Apache Cocoon. A Java-based XML-Publishing framework. This is a
very mighty tool, but it has a steep learning curve. It's based on
the idea of XML-Pipelines and mapping URIs to them.

http://cocoon.apache.org

You'll need to install a Java Webcontainer like Apache Tomcat too.

http://tomcat.apache.org

Good luck!

  Martin


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--