Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.36 KB

Benday.XmlUtilities

Description

Benday.XmlUtilities is a library of utility methods and extension methods for working with System.Xml.Linq objects.

Key features:

  • Extension methods for querying elements by local name
  • Extension methods for querying atributes and elements by sibling attribute values
  • Extension methods for accessing attribute values
  • Simplified null checking when elements and attributes aren't there
  • XML formatting that's forgiving about missing namespace declarations

Installation

You can install this library via its NuGet Package.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer
https://www.benday.com
https://www.slidespeaker.ai info@benday.com

YouTube: https://www.youtube.com/@_benday

Got ideas for git repo sync features you'd like to see? Found a bug? Let us know by submitting an issue. Want to contribute? Submit a pull request.

Source code

NuGet Package