FSharp.Data.Xml.Core 8.1.0
The FSharp.Data packages contain type providers and utilities to access
common data formats (CSV, HTML, JSON and XML in your F# applications and scripts.
* FSharp.Data -- includes everything
* FSharp.Data.Http -- http types/helpers
* FSharp.Data.Csv.Core -- csv types/helpers
* FSharp.Data.Json.Core -- json types/helpers
* FSharp.Data.Html.Core -- html types/helpers
* FSharp.Data.Xml.Core -- xml types/helpers
Showing the top 20 packages that depend on FSharp.Data.Xml.Core.
| Packages | Downloads |
|---|---|
|
FSharp.Data
The FSharp.Data packages contain type providers and utilities to access
common data formats (CSV, HTML, JSON and XML in your F# applications and scripts.
* FSharp.Data -- includes everything
* FSharp.Data.Http -- http types/helpers
* FSharp.Data.Csv.Core -- csv types/helpers
* FSharp.Data.Json.Core -- json types/helpers
* FSharp.Data.Html.Core -- html types/helpers
* FSharp.Data.Xml.Core -- xml types/helpers
|
1 |
|
FSharp.Data
The FSharp.Data packages contain type providers and utilities to access
common data formats (CSV, HTML, JSON and XML in your F# applications and scripts.
* FSharp.Data -- includes everything
* FSharp.Data.Http -- http types/helpers
* FSharp.Data.Csv.Core -- csv types/helpers
* FSharp.Data.Json.Core -- json types/helpers
* FSharp.Data.Html.Core -- html types/helpers
* FSharp.Data.Xml.Core -- xml types/helpers
|
1 |
|
FSharp.Data
The FSharp.Data packages contain type providers and utilities to access
common data formats (CSV, HTML, JSON and XML in your F# applications and scripts.
* FSharp.Data -- includes everything
* FSharp.Data.Http -- http types/helpers
* FSharp.Data.Csv.Core -- csv types/helpers
* FSharp.Data.Json.Core -- json types/helpers
* FSharp.Data.Html.Core -- html types/helpers
* FSharp.Data.Xml.Core -- xml types/helpers
|
1 |
- Add schema.org microdata support to `HtmlProvider`: when an HTML document contains elements with `itemscope`/`itemtype`/`itemprop` attributes, the provider now generates a typed `Schemas` container (e.g. `doc.Schemas.Person`) with one strongly-typed property per `itemprop` name discovered in the sample (closes #611)
- Add JSON-LD support to `HtmlProvider`: when an HTML document contains `<script type="application/ld+json">` blocks, the provider generates a typed `JsonLd` container (e.g. `doc.JsonLd.Article`) with one strongly-typed property per top-level scalar field discovered in the sample — Wikipedia pages, for instance, embed schema.org `Article` JSON-LD with `name`, `headline`, `description`, `url`, `datePublished`, and `dateModified`
- Add `ExceptionIfMissing` static parameter to `JsonProvider` and `XmlProvider`: when true, accessing a non-optional field that is missing in the data raises an exception instead of silently returning a default value (empty string for string, NaN for float). Defaults to false for backward compatibility.
- Add `Http.ParseLinkHeader` utility for parsing RFC 5988 `Link` response headers (used by GitHub, GitLab, and other paginated APIs) into a `Map<string, string>` from relation name to URL (closes #805)
- Add `PreferDateTimeOffset` parameter to `CsvProvider`, `JsonProvider`, and `XmlProvider`: when true, date-time values without an explicit timezone offset are inferred as `DateTimeOffset` (using local offset) instead of `DateTime` (closes #1100, #1072)
- Make `Http.AppendQueryToUrl` public (closes #1325)
- Add `PreferOptionals` parameter to `JsonProvider` and `XmlProvider` (defaults to `true` to match existing behavior; set to `false` to use empty string or `NaN` for missing values, like the CsvProvider default) (closes #649)
- Add `UseSchemaTypeNames` parameter to `XmlProvider`: when `true` and `Schema` is provided, multiple elements sharing the same XSD complex type generate a single F# type (named after the XSD type) instead of separate per-element types (closes #1488)
- Mark all runtime Core libraries as trimmable (`IsTrimmable=true`); replace reflection-based stack-trace preservation in `Http.fs` with `ExceptionDispatchInfo`, and remove dead Mono-detection code (closes #1436)
.NET 8.0
- FSharp.Data.Http (>= 8.1.0)
- FSharp.Data.Json.Core (>= 8.1.0)
- FSharp.Data.Runtime.Utilities (>= 8.1.0)
- FSharp.Core (>= 6.0.1)
.NET Standard 2.0
- FSharp.Data.Http (>= 8.1.0)
- FSharp.Data.Json.Core (>= 8.1.0)
- FSharp.Data.Runtime.Utilities (>= 8.1.0)
- FSharp.Core (>= 6.0.1)
| Version | Downloads | Last updated |
|---|---|---|
| 8.2.0 | 1 | 2026/9/17 |
| 8.1.14 | 1 | 2026/9/17 |
| 8.1.13 | 1 | 2026/9/17 |
| 8.1.12 | 1 | 2026/9/17 |
| 8.1.11 | 1 | 2026/9/17 |
| 8.1.10 | 1 | 2026/9/17 |
| 8.1.9 | 1 | 2026/9/17 |
| 8.1.8 | 1 | 2026/9/17 |
| 8.1.7 | 1 | 2026/9/17 |
| 8.1.6 | 1 | 2026/9/17 |
| 8.1.5 | 1 | 2026/9/17 |
| 8.1.4 | 1 | 2026/9/17 |
| 8.1.3 | 1 | 2026/9/17 |
| 8.1.2 | 1 | 2026/9/17 |
| 8.1.1 | 1 | 2026/9/17 |
| 8.1.0 | 1 | 2026/9/17 |
| 8.1.0-beta | 1 | 2026/9/17 |
| 8.0.0 | 1 | 2026/9/17 |
| 7.0.1 | 1 | 2026/9/17 |
| 7.0.0 | 1 | 2026/9/17 |
| 6.7.0 | 1 | 2026/9/17 |
| 6.6.0 | 1 | 2026/9/17 |
| 6.5.0 | 1 | 2026/9/17 |
| 6.4.1 | 1 | 2026/9/17 |
| 6.4.0 | 1 | 2026/9/17 |
| 6.3.0 | 1 | 2026/9/17 |
| 6.2.0 | 1 | 2026/9/17 |
| 6.1.1-beta | 1 | 2026/9/17 |
| 6.1.0-beta | 1 | 2026/9/17 |
| 6.0.1-beta002 | 1 | 2026/9/17 |
| 6.0.1-beta001 | 1 | 2026/9/17 |
| 5.0.1 | 1 | 2026/9/17 |