vdaron / MusicXml.Net

Quick C# parser for MusicXML
Other
58 stars 27 forks source link

Add methods to read MusicXml from string and Stream #13

Closed holly-hacker closed 1 year ago

holly-hacker commented 4 years ago

This PR adds the Score GetScore(Stream str) and Score GetScoreFromString(string str) methods. No other public API is modified, making this a non-breaking change.

GetXmlDocument has been changed to accept an xml string to make the code easier to expand.