[Mono-list] Can this be done with Mono

sardaukar sardaukar.siet at gmail.com
Tue Nov 4 07:12:43 EST 2008


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?

Thanks for your time,

Bruno Antunes
-- 
View this message in context: http://n2.nabble.com/Can-this-be-done-with-Mono-tp1454107p1454107.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list