A simple library that reads XML documents into user-defined F# types. The user defines a set of discriminated unions that model the elements of the file and a library automatically creates these types from a XML file.
10 people like thisPosted: 11 years ago by Tomas Petricek
Generate rss news feed from a list of F# record items using Linq2Xml. To use e.g. to generate feeds from your web server.
2 people like thisPosted: 8 years ago by Tuomas Hietanen