Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1013 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1013 Bytes

XmlOutput port for NuGet

NuGet port of XmlOutput: A simple fluent interface for writing XML, written by Mark S. Rasmussen.

Documentation

Installation

In Package Manager Console, use the following command:

Install-Package XmlOutput

This will add \Helpers\XmlOutput.cs in your project.

See http://improve.dk/archive/2007/10/20/xmldocument-fluent-interface.aspx for examples of usage.