[Haskell-cafe] Haskell XSLT interpreter?
Johan Jeuring
johanj at cs.uu.nl
Wed Feb 15 04:03:52 EST 2006
> Has anyone written a pure haskell xslt interpreter? If not, how
> difficult would it be to do so?
A master student of mine implemented XSLT in Haskell a couple of
years ago.
I've uploaded his thesis on
http://www.cs.uu.nl/~johanj/MSc/danny.pdf
If you're interested in the code, mail me. His implementation is
partially in Haskell, partially in attribute grammar code (which
generates Haskell using the Utrecht AG system). The code hasn't been
used since 2001, so it might contain some bitrot.
-- Johan
More information about the Haskell-Cafe
mailing list