Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free XML Control (WPF or Windows Forms) [closed]

I am looking for a free control (WPF or Windows Forms) for displaying XML in a Windows application. For some reasons I don't want to use the Webbrowser control. It should similar to the visualization within the XML Explorer on Codeplex (xmlexplorer.codeplex.com). The control should not have a classical GNU licence, but rather a liberal licence.

like image 593
M. X Avatar asked Dec 27 '22 01:12

M. X


1 Answers

Try AvalonEditor. this one has most of fileformat supported with formatting and alots of things.

sample could be seen below

http://www.codeproject.com/Articles/42490/Using-AvalonEdit-WPF-Text-Editor

like image 122
JSJ Avatar answered Dec 29 '22 11:12

JSJ