#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Srbecký 2faa4b3813 XML Parser: Fixed a few small bugs 17 years ago
..
Properties Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 17 years ago
App.xaml Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 17 years ago
App.xaml.cs Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 17 years ago
TextMarkerService.cs XML Parser: Report syntax errors. Improved consistency of tree. 17 years ago
Window1.xaml XML Parser: Track offsets of syntax errors. Updated XmlDOM sample. 17 years ago
Window1.xaml.cs XML Parser: Fixed a few small bugs 17 years ago
XmlDOM.csproj XML Parser: Report syntax errors. Improved consistency of tree. 17 years ago
XmlDOM.sln XML Parser: Initial support for Xml.Linq 17 years ago