J
Jessy Martin
what is the syntax for comments in the XML file?
I have app.config and would like to write comments for each key value.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="RUN_MODE" value="Y"/>
</appSettings>
</configuration>
Thanks,
Jessy
I have app.config and would like to write comments for each key value.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="RUN_MODE" value="Y"/>
</appSettings>
</configuration>
Thanks,
Jessy