Skip to content

Instantly share code, notes, and snippets.

@banshee
Created May 8, 2013 22:48
Show Gist options
  • Save banshee/5544271 to your computer and use it in GitHub Desktop.
Save banshee/5544271 to your computer and use it in GitHub Desktop.
type provider on monotouch
Given this code:
open FSharp.Data
open System.Xml.Linq
type SomeSample = XmlProvider<"""<author name="Paul Feyerabend" born="1924" />""">
I get:
Error FS3033: The type provider 'ProviderImplementation.XmlProvider' reported an error: Specified argument is neither a file, nor well-formed XML: Could not find a part of the path "/<author name="Paul Feyerabend" born="1924" />". (FS3033) (fslib)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment