xsl-list
[Top] [All Lists]

RE: xslt used for anything wacky? - Does a MUD count as wacky

2003-07-14 02:26:32
I am writing a MUD (named XUD - guess why) that has a java driver and
numerous  XML and XSL files.

Architecturally it, like me, is pretty simple:
 - All data XML & XSL are stored as files on disk.
 - All the files are small (most are less than 1k at the moment)
 - The data XML are world and management objects (rooms, tasks, weather,
characters etc)
 - The XSL are the commands (ie verbs).

A design goal is to keep the java driver small. It basically accepts the
socket connections, collects up the relevant XML files into one file and
then applies approximately two xsls. First one does the processing the
second does the display. That is then sent back out the sockets by the java.
Hey Presto!



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>