[Mono-list] Can this be done with Mono
Gonzalo Paniagua Javier
gonzalo.mono at gmail.com
Tue Nov 4 12:46:22 EST 2008
On Tue, 2008-11-04 at 04:12 -0800, sardaukar wrote:
> I was wondering if one can integrate Mono and Apache in a way that:
>
> allows for a type to be handled by Mono (f.ex. .SSS)
> when I browse to a .SSS page, the request is handled by a Mono assembly
> the SSS page is a specially crafted XML file with a succession of type
> references to another assembly and/or XML files, like so:
>
> <sss_go>
> <node>
> <id>1>/id>
> <type>Some.Namespace.Class.X.1</type>
> <next_node>2</next_node>
> </node>
> <node>
> <id>2</id>
> <type>some.xml.file</type>
> <next_node>2</next_node>
> </node>
>
> The thing is to have the main assembly call methods in other assemblies and
> also have them perform xslt transformations in xml files - kind of like
> ASP.NET but without ASP.NET :D
>
> Can this be done? I thought of mod_haydn as a candidate, but it appears to
> be dead. And mod_mono only works for ASP.NET apps, right?
Yes, and it's easy. But looks like you're going to have to read up on
ASP.NET ;-)
-Gonzalo
More information about the Mono-list
mailing list