I am using F# XML type provider to parse a set of XML files, and it gets confused interpreting an element that contains a country code set to "no" as a boolean. Of course I can roll up my own XML sample with different values but I wonder if an XML type provider can be tweaked to adjust certain type definitions.
An alternative option would be to load types from XSD schema but it doesn't look like XML type provider support this, does it?
No comments:
Post a Comment