1,534
Downloads
1,052
Downloads of v 1.1.0.2
2011-08-30
Last update
NETFx Dynamic Xml
1.1.0.2
Provides a dynamic API over XLinq:
var xdoc = XDocument.Load("rss.xml");
var rss = doc.Root.ToDynamic();
// Type conversion, element traversal
// using dotted path notation
DateTime pubDate = rss.channel.pubDate;
// Type conversion, attribute navigation
// using indexer notation
int port = rss.channel.cloud["port"]
To install NETFx Dynamic Xml, run the following command in the Package Manager Console
PM> Install-Package netfx-System.Xml.DynamicXml
Owners
Authors
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| NETFx Dynamic Xml 1.1.0.2 | 1052 | Tuesday, August 30 2011 |
| NETFx Dynamic Xml 1.1.0.1 | 100 | Saturday, June 25 2011 |
| NETFx Dynamic Xml 1.1.0.0 | 48 | Saturday, June 25 2011 |
| NETFx Dynamic Xml 1.0.0.37 | 61 | Wednesday, June 15 2011 |
| Dynamic Xml 1.0.0.35 | 95 | Friday, May 20 2011 |
| Dynamic Xml 1.0.0.23 | 109 | Tuesday, February 22 2011 |
| Dynamic Xml 1.0.0.19 | 69 | Tuesday, February 22 2011 |