.NET config file / XML Code Colorizer Examples
This Example Uses the
VwdCms.CodeViewer
to Add Color to an XML Sample.
Select another CodeViewer Example:
Read the VwdCms.CodeViewer server control article and documentation:
VwdCms.CodeViewer Documentation
XML (config file) code colorizing example:
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<pages>
<controls>
<add tagPrefix="VwdCms" namespace="VwdCms"/>
</controls>
</pages>
<compilation debug="true"/>
<authentication mode="Windows"/>
<customErrors mode="Off"/>
</system.web>
</configuration>
This code sample has been automatically colorized by the
VwdCms.CodeViewer
control, an ASP.NET server control code colorizer that supports
HTML, ASPX, XML, C#, and JavaScript code formats.