0
comment
comment
on 12/21/2011 5:55 PM
System.Xml.Linq provides a nice, functional way of querying XML however with F# operator overloading we can create a nice mini DSL to have even cleaner code for XML querying. With this DSL we can mimic XPath and XQuery quite closely. … Continue reading →