KirillOsenkov / XmlParser

A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
Apache License 2.0
328 stars 49 forks source link

Add test and sample of ReplaceNode method usage #50

Closed FrediKats closed 11 months ago

FrediKats commented 11 months ago

I was trying to use lib for modification. But now there are no samples or tests of using ReplaceNode. So, I added a test and updated readme with sample of using. This will help to understand that library support modification and will be a good entry point for investigation.